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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楔?夭小縟 | 100111101011011000111111100110101110111010001111101011001110001101110100 | 9eb63f9aee8face374 |
EUC-JP | 楔?夭小縟 | 110111001011100000111111110101001111000010111110101011101110010111010101 | dcb83fd4f0beaee5d5 |
UTF-8 | 楔쉃夭小縟 | 111001101010010110010100111011001000100110000011111001011010010010101101111001011011000010001111111001111011100010011111 | e6a594ec8983e5a4ade5b08fe7b89f |
UHC | 楔쉃夭小縟 | 11100000110110111001101001011000111010001110110011100001101100111110100110110010 | e0db9a58e8ece1b3e9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)