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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陋嬋陋 | 111010001001101110011011011010001110100010011011 | e89b9b68e89b |
EUC-JP | 陋嬋陋 | 111011111111101111010101110010011110111111111011 | effbd5c9effb |
UTF-8 | 陋嬋陋 | 111010011001100110001011111001011010110010001011111010011001100110001011 | e9998be5ac8be9998b |
UHC | 陋嬋陋 | 110101111011000011100000101111011101011110110000 | d7b0e0bdd7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)