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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | 邕??^ | 100011111110000111101101001111110011111101011110 | 8fe1ed3f3f5e |
UTF-8 | 邕며댚^ | 11101001100000101001010111101011101010011011000011101011100011001001101001011110 | e98295eba9b0eb8c9a5e |
UHC | 邕며댚^ | 11101000101110111011100011100111100010001011111001011110 | e8bbb8e788be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)