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 | ???B??? | 00111111001111110011111101000010001111110011111100111111 | 3f3f3f423f3f3f |
SJIS-WIN | ??∵B??? | 0011111100111111100000011110011001000010001111110011111100111111 | 3f3f81e6423f3f3f |
EUC-JP | ??∵B??? | 0011111100111111101000101110100001000010001111110011111100111111 | 3f3fa2e8423f3f3f |
UTF-8 | 룶엌∵B룶엌룫 | 11101011101000111011011011101100100101111000110011100010100010001011010101000010111010111010001110110110111011001001011110001100111010111010001110101011 | eba3b6ec978ce288b542eba3b6ec978ceba3ab |
UHC | 룶엌∵B룶엌룫 | 10001111101010111011111011111101101000011111000101000010100011111010101110111110111111011000111110100010 | 8fabbefda1f1428fabbefd8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)