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 | 霍ヤ・霍ヤ・^ | 111010001011011111010100101001011110100010110111110101001010010101011110 | e8b7d4a5e8b7d4a55e |
EUC-JP | 霍ヤ・霍ヤ・^ | 11110000101110011000111011010100100011101010010111110000101110011000111011010100100011101010010101011110 | f0b98ed48ea5f0b98ed48ea55e |
UTF-8 | 霍ヤ・霍ヤ・^ | 11101001100111001000110111101111101111101001010011101111101111011010010111101001100111001000110111101111101111101001010011101111101111011010010101011110 | e99c8defbe94efbda5e99c8defbe94efbda55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)