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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??椅ф? | 111000011001111100111111001111111000100011010110100001001000011000111111 | e19f3f3f88d684863f |
EUC-JP | 癲??椅ф? | 111000101010000100111111001111111011000011011000101001111110011000111111 | e2a13f3fb0d8a7e63f |
UTF-8 | 癲ㅻ슡椅ф뤃 | 1110011110011001101100101110001110000101101110111110110010001010101000011110011010100100100001011101000110000100111010111010010010000011 | e799b2e385bbec8aa1e6a485d184eba483 |
UHC | 癲ㅻ슡椅ф뤃 | 111011111010011010100100111010111001101010101101111010111111010110101100111001101000111110110100 | efa6a4eb9aadebf5ace68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)