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 | 借写社雉 | 1000111011011000100011101100101010001110110100001110100010110011 | 8ed88eca8ed0e8b3 |
EUC-JP | 借写社雉 | 1011110011011010101111001100110010111100110100101111000010110101 | bcdabcccbcd2f0b5 |
UTF-8 | 借写社雉 | 111001011000000010011111111001011000011010011001111001111010010010111110111010011001101110001001 | e5809fe58699e7a4bee99b89 |
UHC | 借?社雉 | 11110011101010000011111111011110111001001111011011001011 | f3a83fdee4f6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)