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 | ????俎?? | 0011111100111111001111110011111110011000110101110011111100111111 | 3f3f3f3f98d73f3f |
EUC-JP | ????俎?? | 0011111100111111001111110011111111010000110110010011111100111111 | 3f3f3f3fd0d93f3f |
UTF-8 | 렻렣렺렋俎꿰쑹 | 111010111010000010111011111010111010000010100011111010111010000010111010111010111010000010001011111001001011111110001110111010101011111110110000111011001001000110111001 | eba0bbeba0a3eba0baeba08be4bf8eeabfb0ec91b9 |
UHC | 렻렣렺렋俎꿰쑹 | 1000111011000011100011101011010010001110110000101000111010100010111100001011101110110010111001111011111010101011 | 8ec38eb48ec28ea2f0bbb2e7beab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)