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 | 韜湿失セ | 11101000111010011000111010111100100011101011100010111110 | e8e98ebc8eb8be |
EUC-JP | 韜湿失セ | 1111000011101011101111001011111010111100101110101000111010111110 | f0ebbcbebcba8ebe |
UTF-8 | 韜湿失セ | 111010011001111110011100111001101011100110111111111001011010010010110001111011111011110110111110 | e99f9ce6b9bfe5a4b1efbdbe |
UHC | 韜?失? | 110101001011011100111111111000111111011100111111 | d4b73fe3f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)