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 | 螻肴款 | 111001011011000110001101111001101000101010111100 | e5b18de68abc |
EUC-JP | 螻肴款 | 111010101011001110111010111010001011010010111110 | eab3bae8b4be |
UTF-8 | 螻肴款 | 111010001001111010111011111010001000001010110100111001101010110010111110 | e89ebbe882b4e6acbe |
UHC | ?肴款 | 0011111111111101101000101100111010110011 | 3ffda2ceb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)