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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 蓮곷틹杻똁 | 111011111010011010011001111010101011001110110111111011011000101110111001111011111010011110001000111010111001100010000001 | efa699eab3b7ed8bb9efa788eb9881 |
UHC | 蓮곷틹杻똁 | 11100110111001011000000111101011101110101001111111101010111101001000110001000010 | e6e581ebba9feaf48c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)