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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 犱自犱自 | 1111101101011011100011101010100111111011010110111000111010101001 | fb5b8ea9fb5b8ea9 |
EUC-JP | 犱自犱自 | 10001111110010101110111110111100101010111000111111001010111011111011110010101011 | 8fcaefbcab8fcaefbcab |
UTF-8 | 犱自犱自 | 111001111000101010110001111010001000011110101010111001111000101010110001111010001000011110101010 | e78ab1e887aae78ab1e887aa |
UHC | ?自?自 | 001111111110110110111011001111111110110110111011 | 3fedbb3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)