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 | 錮ゑスェ頡セ | 111001111111110010000010111011111011110110101010111010001111010010111110 | e7fc82efbdaae8f4be |
EUC-JP | 錮ゑスェ頡セ | 111011101111111010100100111100011000111010111101100011101010101011110000111101101000111010111110 | eefea4f18ebd8eaaf0f68ebe |
UTF-8 | 錮ゑスェ頡セ | 111010011000110010101110111000111000001010010001111011111011110110111101111011111011110110101010111010011010000010100001111011111011110110111110 | e98caee38291efbdbdefbdaae9a0a1efbdbe |
UHC | 錮ゑ???? | 1100110111010001101010101111000100111111001111110011111100111111 | cdd1aaf13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)