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 | 裄滔スョ | 1110010111100000100111111110101110111101101011101111100111111100 | e5e09febbdaef9fc |
EUC-JP | 裄滔スョ? | 111010101110001011011110111011011000111010111101100011101010111000111111 | eae2deed8ebd8eae3f |
UTF-8 | 裄滔スョ | 111010001010001110000100111001101011101110010100111011111011110110111101111011111011110110101110111011101001110110010111 | e8a384e6bb94efbdbdefbdaeee9d97 |
UHC | ?滔??? | 001111111101010010100101001111110011111100111111 | 3fd4a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)