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 | 咫??材? | 10011010010000000011111100111111100011011101111000111111 | 9a403f3f8dde3f |
EUC-JP | 咫??材? | 11010011101000010011111100111111101110101110000000111111 | d3a13f3fbae03f |
UTF-8 | 咫띄땀材렩 | 111001011001001010101011111010111001110110000100111010111001010110000000111001101001110110010000111010111010000010101001 | e592abeb9d84eb9580e69d90eba0a9 |
UHC | 咫띄땀材렩 | 11110010101000011011011011100111101101101010000111101110101001111000111010110111 | f2a1b6e7b6a1eea78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)