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 | 蛟夥牒 | 111001011000000010011010111011001001001010101011 | e5809aec92ab |
EUC-JP | 蛟夥牒 | 111010011110000011010100111011101100010010101101 | e9e0d4eec4ad |
UTF-8 | 蛟夥牒 | 111010001001101110011111111001011010010010100101111001111000100110010010 | e89b9fe5a4a5e78992 |
UHC | 蛟?牒 | 1100111011110001001111111111010011100000 | cef13ff4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)