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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 筽볠펵筽볠펵^ | 11100111101011011011110111101011101100111010000011101101100011101011010111100111101011011011110111101011101100111010000011101101100011101011010101011110 | e7adbdebb3a0ed8eb5e7adbdebb3a0ed8eb55e |
UHC | 筽볠펵筽볠펵^ | 11101000101001001001001111100110101111001000011011101000101001001001001111100110101111001000011001011110 | e8a493e6bc86e8a493e6bc865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)