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 | 円??節? | 10001001011111100011111100111111100100001101111100111111 | 897e3f3f90df3f |
EUC-JP | 円??節? | 10110001110111110011111100111111110000001110000100111111 | b1df3f3fc0e13f |
UTF-8 | 円랑쭫節캿 | 111001011000011010000110111010111001111010010001111011001010110110101011111001111010111110000000111011001011101010111111 | e58686eb9e91ecadabe7af80ecbabf |
UHC | 円랑쭫節캿 | 11100101111101111011011011111011101001111001111111101111101111011011000001100101 | e5f7b6fba79fefbdb065 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)