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 | ???薏? | 00111111001111110011111110001111110110011101111000111111 | 3f3f3f8fd9de3f |
UTF-8 | 黎싳뼍薏뉰 | 111011111010011010001001111011001000101110110011111010111011110010001101111010001001011010001111111010111000100110110000 | efa689ec8bb3ebbc8de8968feb89b0 |
UHC | 黎싳뼍薏뉰 | 11100110101100011001101011101100100101101001010111101011111110111000100001000010 | e6b19aec9695ebfb8842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)