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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 。爐フ。爍 | 101000011110000010100010110011001010000111100000101000011111100001101111 | a1e0a2cca1e0a1f86f |
EUC-JP | 。爐フ。爍? | 1000111010100001111000001010010010001110110011001000111010100001111000001010001100111111 | 8ea1e0a48ecc8ea1e0a33f |
UTF-8 | 。爐フ。爍 | 111011111011110110100001111001111000100010010000111011111011111010001100111011111011110110100001111001111000100010001101111011101001100010001111 | efbda1e78890efbe8cefbda1e7888dee988f |
UHC | ?爐???? | 00111111110101101101001100111111001111110011111100111111 | 3fd6d33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)