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 | 遙f?徇 | 11101010101000011000001010000110001111111001110001101101 | eaa182863f9c6d |
EUC-JP | 遙f?徇 | 11110100101000111010001111100110001111111101011111001110 | f4a3a3e63fd7ce |
UTF-8 | 遙f뇢徇 | 111010011000000110011001111011111011110110000110111010111000011110100010111001011011111010000111 | e98199efbd86eb87a2e5be87 |
UHC | 遙f뇢徇 | 1110100110101011101000111110011010000111100010101110001011011111 | e9aba3e6878ae2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)