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 | 者実勺社 | 1000111011010010100011101100000010001110110110011000111011010000 | 8ed28ec08ed98ed0 |
EUC-JP | 者実勺社 | 1011110011010100101111001100001010111100110110111011110011010010 | bcd4bcc2bcdbbcd2 |
UTF-8 | 者実勺社 | 111010001000000010000101111001011010111010011111111001011000101110111010111001111010010010111110 | e88085e5ae9fe58bbae7a4be |
UHC | 者?勺社 | 11101101101110100011111111101101110000111101111011100100 | edba3fedc3dee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)