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 | 裙ろ煤 | 111001011110001110000010111010111001010010000001 | e5e382eb9481 |
EUC-JP | 裙ろ煤 | 111010101110010110100100111011011100011111100001 | eae5a4edc7e1 |
UTF-8 | 裙ろ煤 | 111010001010001110011001111000111000001010001101111001111000010110100100 | e8a399e3828de785a4 |
UHC | 裙ろ煤 | 110011111101100110101010111011011101100011100000 | cfd9aaedd8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)