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 | 蠑碑f蜻ゆシ | 1110010110111100100101001110100010000010100001101110010110010001100000101110010010111100 | e5bc94e88286e59182e4bc |
EUC-JP | 蠑碑f蜻ゆシ | 111010101011111011001000111010101010001111100110111010011111000110100100111001101000111010111100 | eabec8eaa3e6e9f1a4e68ebc |
UTF-8 | 蠑碑f蜻ゆシ | 111010001010000010010001111001111010001010010001111011111011110110000110111010001001110010111011111000111000001010000110111011111011110110111100 | e8a091e7a291efbd86e89cbbe38286efbdbc |
UHC | ?碑f?ゆ? | 001111111101110111111000101000111110011000111111101010101110011000111111 | 3fddf8a3e63faae63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)