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 | 秧①?涅 | 11100010010111101000011101000000001111111001111110111000 | e25e87403f9fb8 |
EUC-JP | 秧??涅 | 111000111011111100111111001111111101111010111010 | e3bf3f3fdeba |
UTF-8 | 秧①릟涅 | 111001111010011110100111111000101001000110100000111010111010011010011111111001101011011010000101 | e7a7a7e291a0eba69fe6b685 |
UHC | 秧①릟涅 | 1110010011101011101010001110011110010000100000011110011011101110 | e4eba8e79081e6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)