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 | 乘哄哄哄 | 1001100010101001100110011111101010011001111110101001100111111010 | 98a999fa99fa99fa |
EUC-JP | 乘哄哄哄 | 1101000010101011110100101111110011010010111111001101001011111100 | d0abd2fcd2fcd2fc |
UTF-8 | 乘哄哄哄 | 111001001011100110011000111001011001001110000100111001011001001110000100111001011001001110000100 | e4b998e59384e59384e59384 |
UHC | 乘哄哄哄 | 1110001110101011111110111110111111111011111011111111101111101111 | e3abfbeffbeffbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)