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 | 銕ェ譯∽ | 11100111111011001010101011100110101000011000000111100100 | e7ecaae6a181e4 |
EUC-JP | 銕ェ譯∽ | 1110111011101110100011101010101011101100101000111010001011100110 | eeee8eaaeca3a2e6 |
UTF-8 | 銕ェ譯∽ | 111010011000101010010101111011111011110110101010111010001010110110101111111000101000100010111101 | e98a95efbdaae8adafe288bd |
UHC | ??譯∽ | 001111110011111111100110101110111010000111101111 | 3f3fe6bba1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)