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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 渧。誾。^ | 11111011010010001010000111111011101001111010000101011110 | fb48a1fba7a15e |
EUC-JP | 渧。誾。^ | 1000111111000111111010111000111010100001100011111101111010100100100011101010000101011110 | 8fc7eb8ea18fdea48ea15e |
UTF-8 | 渧。誾。^ | 11100110101110001010011111101111101111011010000111101000101010101011111011101111101111011010000101011110 | e6b8a7efbda1e8aabeefbda15e |
UHC | ??誾?^ | 001111110011111111101011110111010011111101011110 | 3f3febdd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)