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 | 窈??愿ゅ? | 111000100111011100111111001111111001110011000011100000101110001100111111 | e2773f3f9cc382e33f |
EUC-JP | 窈??愿ゅ? | 111000111101100000111111001111111101100011000101101001001110010100111111 | e3d83f3fd8c5a4e53f |
UTF-8 | 窈띾빒愿ゅ렘 | 111001111010101010001000111010111001110110111110111010111011100110010010111001101000010010111111111000111000001010000101111010111010000010011000 | e7aa88eb9dbeebb992e684bfe38285eba098 |
UHC | 窈띾빒愿ゅ렘 | 111010011010000110001101111010111001010110110110111010101011010010101010111001011011011110111101 | e9a18deb95b6eab4aae5b7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)