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 | 辯皮箔 | 111001111000011110010100111001111001010010010011 | e78794e79493 |
EUC-JP | 辯皮箔 | 111011011110011111001000111010011100011111110011 | ede7c8e9c7f3 |
UTF-8 | 辯皮箔 | 111010001011111010101111111001111001101010101110111001111010111010010100 | e8beafe79aaee7ae94 |
UHC | 辯皮箔 | 110111001010101011111001101010111101101011011000 | dcaaf9abdad8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)