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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鄕1鄕1B | 111110111011100010000010010100001111101110111000100000100101000001000010 | fbb88250fbb8825042 |
EUC-JP | ?1?1B | 00111111101000111011000100111111101000111011000101000010 | 3fa3b13fa3b142 |
UTF-8 | 鄕1鄕1B | 11101001100001001001010111101111101111001001000111101001100001001001010111101111101111001001000101000010 | e98495efbc91e98495efbc9142 |
UHC | 鄕1鄕1B | 111110101100000110100011101100011111101011000001101000111011000101000010 | fac1a3b1fac1a3b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)