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 | 凜湿鋐 | 111010101010001110001110101111001111101111010010 | eaa38ebcfbd2 |
EUC-JP | 凜湿鋐 | 11110100101001011011110010111110100011111110010010111110 | f4a5bcbe8fe4be |
UTF-8 | 凜湿鋐 | 111001011000011110011100111001101011100110111111111010011000101110010000 | e5879ce6b9bfe98b90 |
UHC | 凜?? | 11010111110011110011111100111111 | d7cf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)