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 | 誾・訷」^ | 11111011101001111010010111111011101001001010001101011110 | fba7a5fba4a35e |
EUC-JP | 誾・訷」^ | 1000111111011110101001001000111010100101100011111101110111010100100011101010001101011110 | 8fdea48ea58fddd48ea35e |
UTF-8 | 誾・訷」^ | 11101000101010101011111011101111101111011010010111101000101010001011011111101111101111011010001101011110 | e8aabeefbda5e8a8b7efbda35e |
UHC | 誾???^ | 111010111101110100111111001111110011111101011110 | ebdd3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)