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 | 揶??魏 | 100111011000100000111111001111111110100110110000 | 9d883f3fe9b0 |
EUC-JP | 揶??魏 | 110110011110100000111111001111111111001010110010 | d9e83f3ff2b2 |
UTF-8 | 揶쏆럡魏 | 111001101000111110110110111011001000111110000110111010111001111110100001111010011010110110001111 | e68fb6ec8f86eb9fa1e9ad8f |
UHC | 揶쏆럡魏 | 1110010110101010100110111110110010001110100001001110101011100000 | e5aa9bec8e84eae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)