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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 啼跫礒B | 10011010011001011110011011101101111000100100010101000010 | 9a65e6ede24542 |
EUC-JP | 啼跫礒B | 11010011110001101110110011101111111000111010011001000010 | d3c6ecefe3a642 |
UTF-8 | 啼跫礒B | 11100101100101011011110011101000101101111010101111100111101001001001001001000010 | e595bce8b7abe7a49242 |
UHC | 啼??B | 1111000010100110001111110011111101000010 | f0a63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)