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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???倚?┷ | 0011111100111111001111111001100011011111001111111000010010111000 | 3f3f3f98df3f84b8 |
EUC-JP | ???倚?┷ | 0011111100111111001111111101000011100001001111111010100010111010 | 3f3f3fd0e13fa8ba |
UTF-8 | 廬볡뱩倚뱄┷ | 111011111010011010000010111010111011001110100001111010111011000110101001111001011000000010011010111010111011000110000100111000101001010010110111 | efa682ebb3a1ebb1a9e5809aebb184e294b7 |
UHC | 廬볡뱩倚뱄┷ | 111001011111111010010011111001111001001110001111111010111110111110111001111011111010011010111010 | e5fe93e7938febefb9efa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)