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 | 芽?? | 10001001111010000011111100111111 | 89e83f3f |
EUC-JP | 芽?? | 10110010111010100011111100111111 | b2ea3f3f |
UTF-8 | 芽랁뢙 | 111010001000101010111101111010111001111010000001111010111010001010011001 | e88abdeb9e81eba299 |
UHC | 芽랁뢙 | 111001001011010010001101111011011000111101010100 | e4b48ded8f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)