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 | 癲??椅ο | 1110000110011111001111110011111110001000110101101000001111001101 | e19f3f3f88d683cd |
EUC-JP | 癲??椅ο | 1110001010100001001111110011111110110000110110001010011011001111 | e2a13f3fb0d8a6cf |
UTF-8 | 癲앷퀗椅ο | 1110011110011001101100101110110010010101101101111110110110000000100101111110011010100100100001011100111010111111 | e799b2ec95b7ed8097e6a485cebf |
UHC | 癲앷퀗椅ο | 11101111101001101001110111101010101100111000110011101011111101011010010111101111 | efa69deab38cebf5a5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)