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 | ?????ゲ? | 0011111100111111001111110011111100111111100000110101000100111111 | 3f3f3f3f3f83513f |
EUC-JP | ?????ゲ? | 0011111100111111001111110011111100111111101001011011001000111111 | 3f3f3f3f3fa5b23f |
UTF-8 | 룶혧⒟룴컦ゲ룵 | 111010111010001110110110111011011001100010100111111000101001001010011111111010111010001110110100111011001011101110100110111000111000001010110010111010111010001110110101 | eba3b6ed98a7e2929feba3b4ecbba6e382b2eba3b5 |
UHC | 룶혧⒟룴컦ゲ룵 | 1000111110101011110000101000111110101001110100001000111110101001101100001000111110101011101100101000111110101010 | 8fabc28fa9d08fa9b08fabb28faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)