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 | 11111011101000001001110111101110100110011001000101000010 | fba09dee999142 |
EUC-JP | ?晟剔B | 001111111101101011110000110100011111000101000010 | 3fdaf0d1f142 |
UTF-8 | 﨡晟剔B | 11101111101010001010000111100110100110011001111111100101100010011001010001000010 | efa8a1e6999fe5899442 |
UHC | ?晟剔B | 001111111110000011111001111101001010100001000010 | 3fe0f9f4a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)