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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?瑙暠 | 0011111111100000111011011111101011011011 | 3fe0edfadb |
EUC-JP | ?瑙暠 | 001111111110000011101111100011111100001011010111 | 3fe0ef8fc2d7 |
UTF-8 | 렺瑙暠 | 111010111010000010111010111001111001000110011001111001101001101010100000 | eba0bae79199e69aa0 |
UHC | 렺瑙暠 | 100011101100001011010010110001011100110110111100 | 8ec2d2c5cdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)