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 | 終競??應 | 1000111101001001100010111010001100111111001111111001110011100100 | 8f498ba33f3f9ce4 |
EUC-JP | 終競??應 | 1011110110101010101101101010010100111111001111111101100011100110 | bdaab6a53f3fd8e6 |
UTF-8 | 終競렮뜰應 | 111001111011010110000010111001111010101110110110111010111010000010101110111010111001110010110000111001101000011110001001 | e7b582e7abb6eba0aeeb9cb0e68789 |
UHC | 終競렮뜰應 | 11110000111110111100110011100110100011101011101110110110111000111110101111101011 | f0fbcce68ebbb6e3ebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)