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 | ?使??瑙? | 0011111110001110011001110011111100111111111000001110110100111111 | 3f8e673f3fe0ed3f |
EUC-JP | ?使??瑙? | 0011111110111011110010000011111100111111111000001110111100111111 | 3fbbc83f3fe0ef3f |
UTF-8 | 렻使렕렺瑙푀 | 111010111010000010111011111001001011110110111111111010111010000010010101111010111010000010111010111001111001000110011001111011011001000110000000 | eba0bbe4bdbfeba095eba0bae79199ed9180 |
UHC | 렻使렕렺瑙푀 | 100011101100001111011110110001011000111010101010100011101100001011010010110001011100011110100011 | 8ec3dec58eaa8ec2d2c5c7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)