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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ゲ? | 00111111001111110011111100111111100000110101000100111111 | 3f3f3f3f83513f |
EUC-JP | ????ゲ? | 00111111001111110011111100111111101001011011001000111111 | 3f3f3f3fa5b23f |
UTF-8 | 룶깰룵혧ゲ룵 | 111010111010001110110110111010101011100110110000111010111010001110110101111011011001100010100111111000111000001010110010111010111010001110110101 | eba3b6eab9b0eba3b5ed98a7e382b2eba3b5 |
UHC | 룶깰룵혧ゲ룵 | 100011111010101110110001111111011000111110101010110000101000111110101011101100101000111110101010 | 8fabb1fd8faac28fabb28faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)