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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????チ? | 0011111100111111001111110011111100111111100000110110000000111111 | 3f3f3f3f3f83603f |
EUC-JP | ?????チ? | 0011111100111111001111110011111100111111101001011100000100111111 | 3f3f3f3f3fa5c13f |
UTF-8 | 룶킃⒟룫혧チ룫 | 111010111010001110110110111011011000001010000011111000101001001010011111111010111010001110101011111011011001100010100111111000111000001110000001111010111010001110101011 | eba3b6ed8283e2929feba3abed98a7e38381eba3ab |
UHC | 룶킃⒟룫혧チ룫 | 1000111110101011101101001000111110101001110100001000111110100010110000101000111110101011110000011000111110100010 | 8fabb48fa9d08fa2c28fabc18fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)