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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 齏セ薀齏セ薀^ | 1110100011101011101111101110010101000100111010001110101110111110111001010100010001011110 | e8ebbee544e8ebbee5445e |
EUC-JP | 齏セ薀齏セ薀^ | 11110000111011011000111010111110111010011010010111110000111011011000111010111110111010011010010101011110 | f0ed8ebee9a5f0ed8ebee9a55e |
UTF-8 | 齏セ薀齏セ薀^ | 11101001101111011000111111101111101111011011111011101000100101101000000011101001101111011000111111101111101111011011111011101000100101101000000001011110 | e9bd8fefbdbee89680e9bd8fefbdbee896805e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)