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 | ??????潤 | 0011111100111111001111110011111100111111001111111000111110000001 | 3f3f3f3f3f3f8f81 |
EUC-JP | ??????潤 | 0011111100111111001111110011111100111111001111111011110111100001 | 3f3f3f3f3f3fbde1 |
UTF-8 | 룶웩熉룶엌룫潤 | 111010111010001110110110111011001001101110101001111001111000011010001001111010111010001110110110111011001001011110001100111010111010001110101011111001101011110110100100 | eba3b6ec9ba9e78689eba3b6ec978ceba3abe6bda4 |
UHC | 룶웩熉룶엌룫潤 | 1000111110101011110000001010000111101001111110111000111110101011101111101111110110001111101000101110101111001000 | 8fabc0a1e9fb8fabbefd8fa2ebc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)