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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???池? | 001111110011111100111111100100100111001000111111 | 3f3f3f92723f |
EUC-JP | ???池? | 001111110011111100111111110000111101001100111111 | 3f3f3fc3d33f |
UTF-8 | 롚렋렍池렒 | 111010111010000110011010111010111010000010001011111010111010000010001101111001101011000110100000111010111010000010010010 | eba19aeba08beba08de6b1a0eba092 |
UHC | 롚렋렍池렒 | 10001110110111101000111010100010100011101010001111110010101011101000111010100111 | 8ede8ea28ea3f2ae8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)