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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 湛谷[湛谷[^ | 1001001001011000100100100100101001011011100100100101100010010010010010100101101101011110 | 9258924a5b9258924a5b5e |
EUC-JP | 湛谷[湛谷[^ | 1100001110111001110000111010101101011011110000111011100111000011101010110101101101011110 | c3b9c3ab5bc3b9c3ab5b5e |
UTF-8 | 湛谷[湛谷[^ | 111001101011100110011011111010001011000010110111010110111110011010111001100110111110100010110000101101110101101101011110 | e6b99be8b0b75be6b99be8b0b75b5e |
UHC | 湛谷[湛谷[^ | 1101001111000000110011011101101101011011110100111100000011001101110110110101101101011110 | d3c0cddb5bd3c0cddb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)