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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獸粢粳 | 111000001101011111100010111001011110001011101001 | e0d7e2e5e2e9 |
EUC-JP | 獸粢粳 | 111000001101100111100100111001111110010011101011 | e0d9e4e7e4eb |
UTF-8 | 獸粢粳 | 111001111000110110111000111001111011001010100010111001111011001010110011 | e78db8e7b2a2e7b2b3 |
UHC | 獸?粳 | 1110001010101110001111111100101111010111 | e2ae3fcbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)