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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 譏界] | 1110011010011000100010100100010101011101 | e6988a455d |
EUC-JP | 譏界] | 1110101111111000101100111010011001011101 | ebf8b3a65d |
UTF-8 | 譏界] | 11101000101011011000111111100111100101011000110001011101 | e8ad8fe7958c5d |
UHC | 譏界] | 1101000111000001110011011010001101011101 | d1c1cda35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)