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 | 蛟夥腸 | 111001011000000010011010111011001001001010110000 | e5809aec92b0 |
EUC-JP | 蛟夥腸 | 111010011110000011010100111011101100010010110010 | e9e0d4eec4b2 |
UTF-8 | 蛟夥腸 | 111010001001101110011111111001011010010010100101111010001000010110111000 | e89b9fe5a4a5e885b8 |
UHC | 蛟?腸 | 1100111011110001001111111110110111110011 | cef13fedf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)