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 | 111001011100100110001111011010001110010111001001100011110110100001000010 | e5c98f68e5c98f6842 |
EUC-JP | 衙宿衙宿B | 111010101100101110111101110010011110101011001011101111011100100101000010 | eacbbdc9eacbbdc942 |
UTF-8 | 衙宿衙宿B | 11101000101000011001100111100101101011101011111111101000101000011001100111100101101011101011111101000010 | e8a199e5aebfe8a199e5aebf42 |
UHC | 衙宿衙宿B | 111001001011011111100010110101101110010010110111111000101101011001000010 | e4b7e2d6e4b7e2d642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)