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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????嫩毋 | 0011111100111111001111110011111110011011011000111001111101111000 | 3f3f3f3f9b639f78 |
EUC-JP | ????嫩毋 | 0011111100111111001111110011111111010101110001001101110111011001 | 3f3f3f3fd5c4ddd9 |
UTF-8 | 롎뤕탮퓥嫩毋 | 111010111010000110001110111010111010010010010101111011011000001110101110111011011001001110100101111001011010101110101001111001101010111110001011 | eba18eeba495ed83aeed93a5e5aba9e6af8b |
UHC | 롎뤕탮퓥嫩毋 | 100011101101010010001111110001011011010110001110101111111000111011010010111011001101100111101100 | 8ed48fc5b58ebf8ed2ecd9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)