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 | 1110100110101101101100011101010101000010 | e9adb1d542 |
EUC-JP | 鬲アユB | 11110010101011111000111010110001100011101101010101000010 | f2af8eb18ed542 |
UTF-8 | 鬲アユB | 11101001101011001011001011101111101111011011000111101111101111101001010101000010 | e9acb2efbdb1efbe9542 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)