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 | 莠川囗竍 | 1110010010111010100100001110110010011010100110001110001010000111 | e4ba90ec9a98e287 |
EUC-JP | 莠川囗竍 | 1110100010111100110000001110111011010011111110001110001111100111 | e8bcc0eed3f8e3e7 |
UTF-8 | 莠川囗竍 | 111010001000111010100000111001011011011110011101111001011001101110010111111001111010101110001101 | e88ea0e5b79de59b97e7ab8d |
UHC | ?川?? | 0011111111110100101110010011111100111111 | 3ff4b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)