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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 劾?琥? | 100010100100111000111111111000001110011000111111 | 8a4e3fe0e63f |
EUC-JP | 劾?琥? | 101100111010111100111111111000001110100000111111 | b3af3fe0e83f |
UTF-8 | 劾렋琥렫 | 111001011000101010111110111010111010000010001011111001111001000010100101111010111010000010101011 | e58abeeba08be790a5eba0ab |
UHC | 劾렋琥렫 | 1111101010110110100011101010001011111011110100001000111010111001 | fab68ea2fbd08eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)