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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 熊?m | 1000110001000110001111111000001010001101 | 8c463f828d |
EUC-JP | 熊?m | 1011011110100111001111111010001111101101 | b7a73fa3ed |
UTF-8 | 熊당m | 111001111000011010001010111010111000101110111001111011111011110110001101 | e7868aeb8bb9efbd8d |
UHC | 熊당m | 111010101010100010110100111001111010001111101101 | eaa8b4e7a3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)