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 | 将ウ「フ。瑤 | 1000111110101011101100111010001011001100101000011110101010100010 | 8fabb3a2cca1eaa2 |
EUC-JP | 将ウ「フ。瑤 | 101111101010110110001110101100111000111010100010100011101100110010001110101000011111010010100100 | bead8eb38ea28ecc8ea1f4a4 |
UTF-8 | 将ウ「フ。瑤 | 111001011011000010000110111011111011110110110011111011111011110110100010111011111011111010001100111011111011110110100001111001111001000110100100 | e5b086efbdb3efbda2efbe8cefbda1e791a4 |
UHC | ?????瑤 | 00111111001111110011111100111111001111111110100011111101 | 3f3f3f3f3fe8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)