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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鈺鈺^ | 111110111100010011110001110010001111101111000100111100011100100001011110 | fbc4f1c8fbc4f1c85e |
EUC-JP | 鈺?鈺?^ | 100011111110001111010101001111111000111111100011110101010011111101011110 | 8fe3d53f8fe3d53f5e |
UTF-8 | 鈺鈺^ | 11101001100010001011101011101110100001011000001111101001100010001011101011101110100001011000001101011110 | e988baee8583e988baee85835e |
UHC | 鈺?鈺?^ | 11101000101011010011111111101000101011010011111101011110 | e8ad3fe8ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)