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 | 鴾磁裄ニ晳 | 111010011111101010001110101001011110010111100000110001101111101011011001 | e9fa8ea5e5e0c6fad9 |
EUC-JP | 鴾磁裄ニ晳 | 1111001011111100101111001010011111101010111000101000111011000110100011111100001011000100 | f2fcbca7eae28ec68fc2c4 |
UTF-8 | 鴾磁裄ニ晳 | 111010011011010010111110111001111010001110000001111010001010001110000100111011111011111010000110111001101001100110110011 | e9b4bee7a381e8a384efbe86e699b3 |
UHC | ?磁??晳 | 00111111111011011011100000111111001111111110000010101111 | 3fedb83f3fe0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)