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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞐。閾・褪 | 1110100011011110101000011110100010000111101001011110010111110010 | e8dea1e887a5e5f2 |
EUC-JP | 鞐。閾・褪 | 11110000111000001000111010100001111011111110011110001110101001011110101011110100 | f0e08ea1efe78ea5eaf4 |
UTF-8 | 鞐。閾・褪 | 111010011001111010010000111011111011110110100001111010011001011010111110111011111011110110100101111010001010010010101010 | e99e90efbda1e996beefbda5e8a4aa |
UHC | ????褪 | 001111110011111100111111001111111111011111011011 | 3f3f3f3ff7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)