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 | ??繹^ | 0011111100111111111000111000100001011110 | 3f3fe3885e |
EUC-JP | ??繹^ | 0011111100111111111001011110100001011110 | 3f3fe5e85e |
UTF-8 | 렯렟繹^ | 11101011101000001010111111101011101000001001111111100111101110011011100101011110 | eba0afeba09fe7b9b95e |
UHC | 렯렟繹^ | 10001110101111001000111010110000111001101011101001011110 | 8ebc8eb0e6ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)