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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 辯手寮^ | 11100111100001111000111011101000100101111011111001011110 | e7878ee897be5e |
EUC-JP | 辯手寮^ | 11101101111001111011110011101010110011101100000001011110 | ede7bceacec05e |
UTF-8 | 辯手寮^ | 11101000101111101010111111100110100010011000101111100101101011111010111001011110 | e8beafe6898be5afae5e |
UHC | 辯手寮^ | 11011100101010101110001010100010110101101111011101011110 | dcaae2a2d6f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)