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 | 将。娼ー。爍 | 100011111010101110100001100011111010100110110000101000011110000010100001 | 8faba18fa9b0a1e0a1 |
EUC-JP | 将。娼ー。爍 | 101111101010110110001110101000011011111010101011100011101011000010001110101000011110000010100011 | bead8ea1beab8eb08ea1e0a3 |
UTF-8 | 将。娼ー。爍 | 111001011011000010000110111011111011110110100001111001011010100010111100111011111011110110110000111011111011110110100001111001111000100010001101 | e5b086efbda1e5a8bcefbdb0efbda1e7888d |
UHC | ??娼??? | 00111111001111111111001111011110001111110011111100111111 | 3f3ff3de3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)