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 | 脩o蒐莅 | 1110001111111001100000101000111110001111010011101110010010101100 | e3f9828f8f4ee4ac |
EUC-JP | 脩o蒐莅 | 1110011011111011101000111110111110111101101011111110100010101110 | e6fba3efbdafe8ae |
UTF-8 | 脩o蒐莅 | 111010001000010010101001111011111011110110001111111010001001001010010000111010001000111010000101 | e884a9efbd8fe89290e88e85 |
UHC | 脩o蒐? | 11100010101110111010001111101111111000101011110100111111 | e2bba3efe2bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)