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 | 縉縉[縉縉[^ | 1110001101110101111000110111010101011011111000110111010111100011011101010101101101011110 | e375e3755be375e3755b5e |
EUC-JP | 縉縉[縉縉[^ | 1110010111010110111001011101011001011011111001011101011011100101110101100101101101011110 | e5d6e5d65be5d6e5d65b5e |
UTF-8 | 縉縉[縉縉[^ | 111001111011100010001001111001111011100010001001010110111110011110111000100010011110011110111000100010010101101101011110 | e7b889e7b8895be7b889e7b8895b5e |
UHC | 縉縉[縉縉[^ | 1111001011011011111100101101101101011011111100101101101111110010110110110101101101011110 | f2dbf2db5bf2dbf2db5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)