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 | 蛟夥律 | 111001011000000010011010111011001001011110100101 | e5809aec97a5 |
EUC-JP | 蛟夥律 | 111010011110000011010100111011101100111010100111 | e9e0d4eecea7 |
UTF-8 | 蛟夥律 | 111010001001101110011111111001011010010010100101111001011011111010001011 | e89b9fe5a4a5e5be8b |
UHC | 蛟?律 | 1100111011110001001111111101011111001000 | cef13fd7c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)