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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 鐔峨2x | 11101000010111001000100111100011100000100101000101111000 | e85c89e3825178 |
EUC-JP | 鐔峨2x | 11101111101111011011001011100101101000111011001001111000 | efbdb2e5a3b278 |
UTF-8 | 鐔峨2x | 11101001100100001001010011100101101100111010100011101111101111001001001001111000 | e99094e5b3a8efbc9278 |
UHC | ?峨2x | 001111111110010010110001101000111011001001111000 | 3fe4b1a3b278 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)