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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雋堺ケ暦スシ | 111010001011001010001101111001001011100110010111111011111011110110111100 | e8b28de4b997efbdbc |
EUC-JP | 雋堺ケ暦スシ | 111100001011010010111010111001101000111010111001110011101111000110001110101111011000111010111100 | f0b4bae68eb9cef18ebd8ebc |
UTF-8 | 雋堺ケ暦スシ | 111010011001101110001011111001011010000010111010111011111011110110111001111001101001101010100110111011111011110110111101111011111011110110111100 | e99b8be5a0baefbdb9e69aa6efbdbdefbdbc |
UHC | 雋堺???? | 1111000111100110110011001111011100111111001111110011111100111111 | f1e6ccf73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)