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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 押⑤?^ | 100010011001111110000111010001000011111101011110 | 899f87443f5e |
EUC-JP | 押??^ | 1011001010100001001111110011111101011110 | b2a13f3f5e |
UTF-8 | 押⑤폑^ | 11100110100010101011110011100010100100011010010011101101100011111001000101011110 | e68abce291a4ed8f915e |
UHC | 押⑤폑^ | 11100100111000111010100011101011101111001001101101011110 | e4e3a8ebbc9b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)