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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髣梧昭 | 111010011001011110001100111001101000111110111010 | e9978ce68fba |
EUC-JP | 髣梧昭 | 111100011111011110111000111010001011111010111100 | f1f7b8e8bebc |
UTF-8 | 髣梧昭 | 111010011010101110100011111001101010001010100111111001101001100010101101 | e9aba3e6a2a7e698ad |
UHC | ?梧昭 | 0011111111100111111111001110000110111001 | 3fe7fce1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)