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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 。爐フ将罍B | 101000011110000010100010110011001000111110101011111000111010000101000010 | a1e0a2cc8fabe3a142 |
EUC-JP | 。爐フ将罍B | 1000111010100001111000001010010010001110110011001011111010101101111001101010001101000010 | 8ea1e0a48eccbeade6a342 |
UTF-8 | 。爐フ将罍B | 11101111101111011010000111100111100010001001000011101111101111101000110011100101101100001000011011100111101111011000110101000010 | efbda1e78890efbe8ce5b086e7bd8d42 |
UHC | ?爐???B | 00111111110101101101001100111111001111110011111101000010 | 3fd6d33f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)