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 | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | ???寶?Y | 00111111001111110011111110011011100011110011111101011001 | 3f3f3f9b8f3f59 |
EUC-JP | ???寶?Y | 00111111001111110011111111010101111011110011111101011001 | 3f3f3fd5ef3f59 |
UTF-8 | 렻렑렻寶렟Y | 11101011101000001011101111101011101000001001000111101011101000001011101111100101101011111011011011101011101000001001111101011001 | eba0bbeba091eba0bbe5afb6eba09f59 |
UHC | 렻렑렻寶렟Y | 1000111011000011100011101010011010001110110000111101110011000100100011101011000001011001 | 8ec38ea68ec3dcc48eb059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)