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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驕呻ス錠 | 11101001100000011001100111101111101111011000111111111001 | e98199efbd8ff9 |
EUC-JP | 驕呻ス錠 | 1111000111100001110100101111000110001110101111011011111011111011 | f1e1d2f18ebdbefb |
UTF-8 | 驕呻ス錠 | 111010011010100110010101111001011001000110111011111011111011110110111101111010011000110010100000 | e9a995e591bbefbdbde98ca0 |
UHC | 驕呻?錠 | 11001110111101101110001111100010001111111110111111111100 | cef6e3e23feffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)