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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苣¥従鐓 | 1110010010010000100000011000111110001111010111011110100001011101 | e490818f8f5de85d |
EUC-JP | 苣¥従鐓 | 1110011111110000101000011110111110111101101111101110111110111110 | e7f0a1efbdbeefbe |
UTF-8 | 苣¥従鐓 | 111010001000101110100011111011111011111110100101111001011011111010010011111010011001000010010011 | e88ba3efbfa5e5be93e99093 |
UHC | ?¥?? | 0011111110100001110011010011111100111111 | 3fa1cd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)