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 | 釈鉦 | 111100001110001010001110110111111000111111011110 | f0e28edf8fde |
EUC-JP | ?釈鉦 | 0011111110111100111000011011111011100000 | 3fbce1bee0 |
UTF-8 | 釈鉦 | 111011101000001010100001111010011000011110001000111010011000100110100110 | ee82a1e98788e989a6 |
UHC | ??鉦 | 00111111001111111110111111111010 | 3f3feffa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)