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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴾磁裄ニ | 11101001111110101000111010100101111001011110000011000110 | e9fa8ea5e5e0c6 |
EUC-JP | 鴾磁裄ニ | 1111001011111100101111001010011111101010111000101000111011000110 | f2fcbca7eae28ec6 |
UTF-8 | 鴾磁裄ニ | 111010011011010010111110111001111010001110000001111010001010001110000100111011111011111010000110 | e9b4bee7a381e8a384efbe86 |
UHC | ?磁?? | 0011111111101101101110000011111100111111 | 3fedb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)