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 | ???椅ζ? | 0011111100111111001111111000100011010110100000111100010000111111 | 3f3f3f88d683c43f |
EUC-JP | ???椅ζ? | 0011111100111111001111111011000011011000101001101100011000111111 | 3f3f3fb0d8a6c63f |
UTF-8 | 嶺뚮봽椅ζ략 | 1110111110100110101010111110101110011010101011101110101110110100101111011110011010100100100001011100111010110110111010111001111010110101 | efa6abeb9aaeebb4bde6a485ceb6eb9eb5 |
UHC | 嶺뚮봽椅ζ략 | 111001111010110110001100111010111001010010000100111010111111010110100101111001101011011110101011 | e7ad8ceb9484ebf5a5e6b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)