To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隘樊刋萓ョ | 111010001010010110011110111001101001100110000100111001001011111010101110 | e8a59ee69984e4beae |
EUC-JP | 隘樊刋萓ョ | 11110000101001111101110011101000110100011110010011101000110000001000111010101110 | f0a7dce8d1e4e8c08eae |
UTF-8 | 隘樊刋萓ョ | 111010011001101010011000111001101010100010001010111001011000100010001011111010001001000010010011111011111011110110101110 | e99a98e6a88ae5888be89093efbdae |
UHC | 隘樊??? | 11100100111101101101101111100000001111110011111100111111 | e4f6dbe03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)