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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | マ竈マ窖^ | 11001111111000100111110111001111111000100111101101011110 | cfe27dcfe27b5e |
EUC-JP | マ竈マ窖^ | 100011101100111111100011110111101000111011001111111000111101110001011110 | 8ecfe3de8ecfe3dc5e |
UTF-8 | マ竈マ窖^ | 11101111101111101000111111100111101010111000100011101111101111101000111111100111101010101001011001011110 | efbe8fe7ab88efbe8fe7aa965e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)