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 | 裘ス雹カ | 111001011110001010111101111010001011100110110110 | e5e2bde8b9b6 |
EUC-JP | 裘ス雹カ | 1110101011100100100011101011110111110000101110111000111010110110 | eae48ebdf0bb8eb6 |
UTF-8 | 裘ス雹カ | 111010001010001110011000111011111011110110111101111010011001101110111001111011111011110110110110 | e8a398efbdbde99bb9efbdb6 |
UHC | ??雹? | 0011111100111111110110101101111100111111 | 3f3fdadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)