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 | 葫?堯? | 111001001101011100111111111010101001111100111111 | e4d73fea9f3f |
EUC-JP | 葫?堯? | 111010001101100100111111111101001010000100111111 | e8d93ff4a13f |
UTF-8 | 葫硏堯礖 | 111010001001000110101011111001111010000110001111111001011010000010101111111001111010010010010110 | e891abe7a18fe5a0afe7a496 |
UHC | 葫硏堯礖 | 1111101111011001111001101101101011101000111010111110011010100110 | fbd9e6dae8ebe6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)