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 | 蜊ィ郤夜ョョ^ | 11100101100011011010100011100111101110101001011011101001101011101010111001011110 | e58da8e7ba96e9aeae5e |
EUC-JP | 蜊ィ郤夜ョョ^ | 11101001111011011000111010101000111011101011110011001100111010111000111010101110100011101010111001011110 | e9ed8ea8eebccceb8eae8eae5e |
UTF-8 | 蜊ィ郤夜ョョ^ | 11101000100111001000101011101111101111011010100011101001100000111010010011100101101001001001110011101111101111011010111011101111101111011010111001011110 | e89c8aefbda8e983a4e5a49cefbdaeefbdae5e |
UHC | ???夜??^ | 0011111100111111001111111110010110101000001111110011111101011110 | 3f3f3fe5a83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)