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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 渹「蠖肄 | 11111011010001101010001011100101101111011110001111100101 | fb46a2e5bde3e5 |
EUC-JP | 渹「蠖肄 | 100011111100011111101110100011101010001011101010101111111110011011100111 | 8fc7ee8ea2eabfe6e7 |
UTF-8 | 渹「蠖肄 | 111001101011100010111001111011111011110110100010111010001010000010010110111010001000001010000100 | e6b8b9efbda2e8a096e88284 |
UHC | ???肄 | 0011111100111111001111111110110010111101 | 3f3f3fecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)