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 | 鬱豆???? | 1001111101010100100100111010010000111111001111110011111100111111 | 9f5493a43f3f3f3f |
EUC-JP | 鬱豆???? | 1101110110110101110001101010011000111111001111110011111100111111 | ddb5c6a63f3f3f3f |
UTF-8 | 鬱豆렩렰柳얕 | 111010011010110010110001111010001011000110000110111010111010000010101001111010111010000010110000111011111010011110001001111011001001011010010101 | e9acb1e8b186eba0a9eba0b0efa789ec9695 |
UHC | 鬱豆렩렰柳얕 | 111010101010011011010100111001111000111010110111100011101011110111101010111101111011111011101000 | eaa6d4e78eb78ebdeaf7bee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)