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 | 霆ホ頏コ鴫^ | 1110100010111011110011101111000011011001111010001111000010111010100011101011000001011110 | e8bbcef0d9e8f0ba8eb05e |
EUC-JP | 霆ホ?頏コ鴫^ | 111100001011110110001110110011100011111111110000111100101000111010111010101111001011001001011110 | f0bd8ece3ff0f28ebabcb25e |
UTF-8 | 霆ホ頏コ鴫^ | 11101001100111001000011011101111101111101000111011101110100000101001100011101001101000001000111111101111101111011011101011101001101101001010101101011110 | e99c86efbe8eee8298e9a08fefbdbae9b4ab5e |
UHC | 霆?????^ | 1110111111111101001111110011111100111111001111110011111101011110 | effd3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)