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 | ?晳嗽? | 001111111111101011011001100110100111010100111111 | 3ffad99a753f |
EUC-JP | ?晳嗽? | 00111111100011111100001011000100110100111101011000111111 | 3f8fc2c4d3d63f |
UTF-8 | 黎晳嗽쎺 | 111011111010011010001001111001101001100110110011111001011001011110111101111011001000111010111010 | efa689e699b3e597bdec8eba |
UHC | 黎晳嗽쎺 | 1110011010110001111000001010111111100001111101011001101111100001 | e6b1e0afe1f59be1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)