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 | 1001001111111011001111110011111101000010 | 93fb3f3f42 |
EUC-JP | 乳?ĦB | 11000110111111010011111110001111101010011010010001000010 | c6fd3f8fa9a442 |
UTF-8 | 乳노ĦB | 111001001011100110110011111010111000010110111000110001001010011001000010 | e4b9b3eb85b8c4a642 |
UHC | 乳노ĦB | 11101010111000011011001111101011101010001010010001000010 | eae1b3eba8a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)