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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | ??恂??H | 00111111001111111001110010010110001111110011111101001000 | 3f3f9c963f3f48 |
EUC-JP | ??恂??H | 00111111001111111101011111110110001111110011111101001000 | 3f3fd7f63f3f48 |
UTF-8 | 롍렍恂롇렟H | 11101011101000011000110111101011101000001000110111100110100000011000001011101011101000011000011111101011101000001001111101001000 | eba18deba08de68182eba187eba09f48 |
UHC | 롍렍恂롇렟H | 1000111011010011100011101010001111100010111000011000111011001101100011101011000001001000 | 8ed38ea3e2e18ecd8eb048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)