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 | 耀??^ | 1001011101110011001111110011111101011110 | 97733f3f5e |
EUC-JP | 耀??^ | 1100110111010100001111110011111101011110 | cdd43f3f5e |
UTF-8 | 耀믦솊^ | 11101000100000001000000011101011101011111010011011101100100001101000101001011110 | e88080ebafa6ec868a5e |
UHC | 耀믦솊^ | 11101001101001011001001011101000100110011000111001011110 | e9a592e8998e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)