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 | 飮????? | 10011111010110100011111100111111001111110011111100111111 | 9f5a3f3f3f3f3f |
EUC-JP | 飮??璵?? | 110111011011101100111111001111111000111111001100111001100011111100111111 | ddbb3f3f8fcce63f3f |
UTF-8 | 飮룩랜璵붿댆 | 111010011010001110101110111010111010001110101001111010111001111010011100111001111001001010110101111010111011011010111111111010111000110010000110 | e9a3aeeba3a9eb9e9ce792b5ebb6bfeb8c86 |
UHC | 飮룩랜璵붿댆 | 111010111110011010110111111010001011011110100011111001101010010110010100111011001000100010110000 | ebe6b7e8b7a3e6a594ec88b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)