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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?蛔?? | 0011111111100101011110110011111100111111 | 3fe57b3f3f |
EUC-JP | ?蛔?? | 0011111111101001110111000011111100111111 | 3fe9dc3f3f |
UTF-8 | 뤑蛔嬅뤑 | 111010111010010010010001111010001001101110010100111001011010110010000101111010111010010010010001 | eba491e89b94e5ac85eba491 |
UHC | 뤑蛔嬅뤑 | 1000111111000001111111001110111011111011111110111000111111000001 | 8fc1fceefbfb8fc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)