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 | 邯懍婿 | 111001111011011010011100111011001001011010111001 | e7b69cec96b9 |
EUC-JP | 邯懍婿 | 111011101011100011011000111011101100110010111011 | eeb8d8eeccbb |
UTF-8 | 邯懍婿 | 111010011000001010101111111001101000011110001101111001011010100110111111 | e982afe6878de5a9bf |
UHC | 邯?? | 11001010111110110011111100111111 | cafb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)