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 | ???乙ワ┘ | 001111110011111100111111100010011011001110000011100011111000010010100011 | 3f3f3f89b3838f84a3 |
EUC-JP | ???乙ワ┘ | 001111110011111100111111101100101011010110100101111011111010100010100101 | 3f3f3fb2b5a5efa8a5 |
UTF-8 | 咽됰슞乙ワ┘ | 111011111010011010011110111010111001000010110000111011001000101010011110111001001011100110011001111000111000001110101111111000101001010010011000 | efa69eeb90b0ec8a9ee4b999e383afe29498 |
UHC | 咽됰슞乙ワ┘ | 111001101110110010001001111010111001101010101010111010111110000010101011111011111010011010100101 | e6ec89eb9aaaebe0abefa6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)