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 | 塋??膺?? | 1001101011001000001111110011111111100100010111100011111100111111 | 9ac83f3fe45e3f3f |
EUC-JP | 塋??膺?? | 1101010011001010001111110011111111100111101111110011111100111111 | d4ca3f3fe7bf3f3f |
UTF-8 | 塋딄래膺곩립 | 111001011010000110001011111010111001010010000100111010111001111010011000111010001000011010111010111010101011001110101001111010111010011010111101 | e5a18beb9484eb9e98e886baeab3a9eba6bd |
UHC | 塋딄래膺곩립 | 111001111010101110001010111010101011011110100001111010111110110010000001111001011011100010110011 | e7ab8aeab7a1ebec81e5b8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)