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 | ???ß | 00111111001111110011111111011111 | 3f3f3fdf |
SJIS-WIN | ??序? | 0011111100111111100011111001100000111111 | 3f3f8f983f |
EUC-JP | ??序ß | 00111111001111111011110111111000100011111010100111001110 | 3f3fbdf88fa9ce |
UTF-8 | 룴찼序ß | 1110101110100011101101001110110010110000101111001110010110111010100011111100001110011111 | eba3b4ecb0bce5ba8fc39f |
UHC | 룴찼序ß | 1000111110101001110000111010000111011111111011011010100110101100 | 8fa9c3a1dfeda9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)