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 | ????ォ? | 00111111001111110011111100111111100000110100100000111111 | 3f3f3f3f83483f |
EUC-JP | ????ォ? | 00111111001111110011111100111111101001011010100100111111 | 3f3f3f3fa5a93f |
UTF-8 | 룶깰룫횕ォ룫 | 111010111010001110110110111010101011100110110000111010111010001110101011111011011001101010010101111000111000001010101001111010111010001110101011 | eba3b6eab9b0eba3abed9a95e382a9eba3ab |
UHC | 룶깰룫횕ォ룫 | 100011111010101110110001111111011000111110100010110000111000111110101011101010011000111110100010 | 8fabb1fd8fa2c38faba98fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)