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 | 毬眩哈毬韈 | 10011111011110111110000110111111100110011111101110011111011110111110100011100111 | 9f7be1bf99fb9f7be8e7 |
EUC-JP | 毬眩哈毬韈 | 11011101110111001110001011000001110100101111110111011101110111001111000011101001 | dddce2c1d2fddddcf0e9 |
UTF-8 | 毬眩哈毬韈 | 111001101010111110101100111001111001110010101001111001011001001110001000111001101010111110101100111010011001111110001000 | e6aface79ca9e59388e6aface99f88 |
UHC | 毬眩哈毬? | 110011111011001111111010110111111111100111101011110011111011001100111111 | cfb3fadff9ebcfb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)