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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 縺縺[縺縺[^ | 1110001110000001111000111000000101011011111000111000000111100011100000010101101101011110 | e381e3815be381e3815b5e |
EUC-JP | 縺縺[縺縺[^ | 1110010111100001111001011110000101011011111001011110000111100101111000010101101101011110 | e5e1e5e15be5e1e5e15b5e |
UTF-8 | 縺縺[縺縺[^ | 111001111011100010111010111001111011100010111010010110111110011110111000101110101110011110111000101110100101101101011110 | e7b8bae7b8ba5be7b8bae7b8ba5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)