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 | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
SJIS-WIN | セュ車セュ雫rB | 10111110101011011000111011010100101111101010110110001110101101000111001001000010 | bead8ed4bead8eb47242 |
EUC-JP | セュ車セュ雫rB | 1000111010111110100011101010110110111100110101101000111010111110100011101010110110111100101101100111001001000010 | 8ebe8eadbcd68ebe8eadbcb67242 |
UTF-8 | セュ車セュ雫rB | 1110111110111101101111101110111110111101101011011110100010111011100010101110111110111101101111101110111110111101101011011110100110011011101010110111001001000010 | efbdbeefbdade8bb8aefbdbeefbdade99bab7242 |
UHC | ??車???rB | 001111110011111111110011101100110011111100111111001111110111001001000010 | 3f3ff3b33f3f3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)