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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???珩 | 001111110011111100111111100011111100101111110111 | 3f3f3f8fcbf7 |
UTF-8 | 롅렧렍珩 | 111010111010000110000101111010111010000010100111111010111010000010001101111001111000111110101001 | eba185eba0a7eba08de78fa9 |
UHC | 롅렧렍珩 | 1000111011001011100011101011011010001110101000111111101110101000 | 8ecb8eb68ea3fba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)