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 | 叱炫 | 111100001111101010001110101101101111101101010010 | f0fa8eb6fb52 |
EUC-JP | ?叱炫 | 001111111011110010111000100011111100100111010011 | 3fbcb88fc9d3 |
UTF-8 | 叱炫 | 111011101000001010111001111001011000111110110001111001111000001010101011 | ee82b9e58fb1e782ab |
UHC | ?叱炫 | 0011111111110010111010101111101011011011 | 3ff2eafadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)