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 | 筮る挨褥 | 1110001010101100100000101110100110001000101001011110010111110001 | e2ac82e988a5e5f1 |
EUC-JP | 筮る挨褥 | 1110010010101110101001001110101110110000101001111110101011110011 | e4aea4ebb0a7eaf3 |
UTF-8 | 筮る挨褥 | 111001111010110110101110111000111000001010001011111001101000110010101000111010001010010010100101 | e7adaee3828be68ca8e8a4a5 |
UHC | 筮る?褥 | 11011111111110111010101011101011001111111110100110110011 | dffbaaeb3fe9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)