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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?使箝暠 | 00111111100011100110011111100010101011011111101011011011 | 3f8e67e2adfadb |
EUC-JP | ?使箝暠 | 0011111110111011110010001110010010101111100011111100001011010111 | 3fbbc8e4af8fc2d7 |
UTF-8 | 렺使箝暠 | 111010111010000010111010111001001011110110111111111001111010111010011101111001101001101010100000 | eba0bae4bdbfe7ae9de69aa0 |
UHC | 렺使箝暠 | 1000111011000010110111101100010111001100110001001100110110111100 | 8ec2dec5ccc4cdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)