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 | 癲??椅ο? | 111000011001111100111111001111111000100011010110100000111100110100111111 | e19f3f3f88d683cd3f |
EUC-JP | 癲??椅ο? | 111000101010000100111111001111111011000011011000101001101100111100111111 | e2a13f3fb0d8a6cf3f |
UTF-8 | 癲앷퀗椅ο쭛 | 1110011110011001101100101110110010010101101101111110110110000000100101111110011010100100100001011100111010111111111011001010110110011011 | e799b2ec95b7ed8097e6a485cebfecad9b |
UHC | 癲앷퀗椅ο쭛 | 111011111010011010011101111010101011001110001100111010111111010110100101111011111010011110010001 | efa69deab38cebf5a5efa791 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)