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 | 鞨オ蠅楢 | 11101000111000001011010111100101101000101001001111101000 | e8e0b5e5a293e8 |
EUC-JP | 鞨オ蠅楢 | 1111000011100010100011101011010111101010101001001100011011101010 | f0e28eb5eaa4c6ea |
UTF-8 | 鞨オ蠅楢 | 111010011001111010101000111011111011110110110101111010001010000010000101111001101010010110100010 | e99ea8efbdb5e8a085e6a5a2 |
UHC | 鞨?蠅楢 | 11001010111010100011111111100011101100101110101011111001 | caea3fe3b2eaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)