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 | 要????要 | 1001011101110110001111110011111100111111001111111001011101110110 | 97763f3f3f3f9776 |
EUC-JP | 要????要 | 1100110111010111001111110011111100111111001111111100110111010111 | cdd73f3f3f3fcdd7 |
UTF-8 | 要쏅뛾利칑要 | 111010001010011010000001111011001000111110000101111010111001101110111110111011111010011110011101111011001011100110010001111010001010011010000001 | e8a681ec8f85eb9bbeefa79decb991e8a681 |
UHC | 要쏅뛾利칑要 | 111010011010100110011011111010111000110110000100111011001010011010101111011010001110100110101001 | e9a99beb8d84eca6af68e9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)