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 | ??{??u | 001111110011111101111011001111110011111101110101 | 3f3f7b3f3f75 |
SJIS-WIN | 弔?{淨?u | 1001001010100010001111110111101110011111110001000011111101110101 | 92a23f7b9fc43f75 |
EUC-JP | 弔?{淨?u | 1100010010100100001111110111101111011110110001100011111101110101 | c4a43f7bdec63f75 |
UTF-8 | 弔렲{淨렠u | 1110010110111100100101001110101110100000101100100111101111100110101101111010100011101011101000001010000001110101 | e5bc94eba0b27be6b7a8eba0a075 |
UHC | 弔렲{淨렠u | 11110000110000001000111010111111011110111110111111100100100011101011000101110101 | f0c08ebf7befe48eb175 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)