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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | テ暗栗B | 110000111000100011000011100011000100100101000010 | c388c38c4942 |
EUC-JP | テ暗栗B | 10001110110000111011000011000101101101111010101001000010 | 8ec3b0c5b7aa42 |
UTF-8 | テ暗栗B | 11101111101111101000001111100110100110101001011111100110101000001001011101000010 | efbe83e69a97e6a09742 |
UHC | ?暗栗B | 001111111110010011011110110101111100101001000010 | 3fe4ded7ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)