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 | 弡鴫 | 111110101011011110001110101100001111000010111001 | fab78eb0f0b9 |
EUC-JP | 弡鴫? | 100011111011110011100100101111001011001000111111 | 8fbce4bcb23f |
UTF-8 | 弡鴫 | 111001011011110010100001111010011011010010101011111011101000000110111000 | e5bca1e9b4abee81b8 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)