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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?穎^ | 00111111100010010110111001011110 | 3f896e5e |
EUC-JP | ?穎^ | 00111111101100011100111101011110 | 3fb1cf5e |
UTF-8 | 씀穎^ | 11101100100101001000000011100111101010011000111001011110 | ec9480e7a98e5e |
UHC | 씀穎^ | 1011111010111000111001111100010001011110 | beb8e7c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)