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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮑夥駐寘 | 1110100110111000100110101110110010010010100100111111101010101001 | e9b89aec9293faa9 |
EUC-JP | 鮑夥駐寘 | 111100101011101011010100111011101100001111110011100011111011101011100001 | f2bad4eec3f38fbae1 |
UTF-8 | 鮑夥駐寘 | 111010011010111010010001111001011010010010100101111010011010011110010000111001011010111110011000 | e9ae91e5a4a5e9a790e5af98 |
UHC | 鮑?駐? | 111110001110101000111111111100011101001000111111 | f8ea3ff1d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)