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 | 予??壹? | 10010111010111000011111100111111100110101110001100111111 | 975c3f3f9ae33f |
EUC-JP | 予??壹? | 11001101101111010011111100111111110101001110010100111111 | cdbd3f3fd4e53f |
UTF-8 | 予롡벃壹듣 | 111001001011101010001000111010111010000110100001111010111011001010000011111001011010001110111001111010111001001110100011 | e4ba88eba1a1ebb283e5a3b9eb93a3 |
UHC | 予롡벃壹듣 | 11100101111110001000111011100010100100111010100111101100111011001011010111101000 | e5f88ee293a9ececb5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)