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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 室爾B | 111100011110101110001110101110101111000010110100100011101010001001000010 | f1eb8ebaf0b48ea242 |
EUC-JP | ?室?爾B | 00111111101111001011110000111111101111001010010001000010 | 3fbcbc3fbca442 |
UTF-8 | 室爾B | 11101110100001011010011011100101101011101010010011101110100000011011001111100111100010001011111001000010 | ee85a6e5aea4ee81b3e788be42 |
UHC | ?室?爾B | 00111111111000111111100000111111111011001011001101000010 | 3fe3f83fecb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)