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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 哀???嚴 | 10001000101000110011111100111111001111111001101010001110 | 88a33f3f3f9a8e |
EUC-JP | 哀???嚴 | 10110000101001010011111100111111001111111101001111101110 | b0a53f3f3fd3ee |
UTF-8 | 哀읪딅꽒嚴 | 111001011001001110000000111011001001110110101010111010111001010010000101111010101011110110010010111001011001101010110100 | e59380ec9daaeb9485eabd92e59ab4 |
UHC | 哀읪딅꽒嚴 | 11100100111011101001111111010001100010101110101110000100101000011110010111110001 | e4ee9fd18aeb84a1e5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)