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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顫堺ク樒 | 11101000111110101000110111100100101110001001111011100111 | e8fa8de4b89ee7 |
EUC-JP | 顫堺ク樒 | 1111000011111100101110101110011010001110101110001101110011101001 | f0fcbae68eb8dce9 |
UTF-8 | 顫堺ク樒 | 111010011010000110101011111001011010000010111010111011111011110110111000111001101010100010010010 | e9a1abe5a0baefbdb8e6a892 |
UHC | 顫堺?? | 111011111011010111001100111101110011111100111111 | efb5ccf73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)