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 | 雨?艤? | 100010010100101000111111111001000111111000111111 | 894a3fe47e3f |
EUC-JP | 雨?艤? | 101100011010101100111111111001111101111100111111 | b1ab3fe7df3f |
UTF-8 | 雨렋艤렫 | 111010011001101110101000111010111010000010001011111010001000100110100100111010111010000010101011 | e99ba8eba08be889a4eba0ab |
UHC | 雨렋艤렫 | 1110100111101011100011101010001011101011111110101000111010111001 | e9eb8ea2ebfa8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)