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 | 讚晁ウス | 111001101010101110011101111010001011001110111101 | e6ab9de8b3bd |
EUC-JP | 讚晁ウス | 1110110010101101110110101110101010001110101100111000111010111101 | ecaddaea8eb38ebd |
UTF-8 | 讚晁ウス | 111010001010111010011010111001101001100110000001111011111011110110110011111011111011110110111101 | e8ae9ae69981efbdb3efbdbd |
UHC | 讚晁?? | 111100111100011011110000110001010011111100111111 | f3c6f0c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)