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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弔?而瓏? | 1001001010100010001111111000111010100111111000001111101000111111 | 92a23f8ea7e0fa3f |
EUC-JP | 弔?而瓏? | 1100010010100100001111111011110010101001111000001111110000111111 | c4a43fbca9e0fc3f |
UTF-8 | 弔렲而瓏㉢ | 111001011011110010010100111010111010000010110010111010001000000010001100111001111001001110001111111000111000100110100010 | e5bc94eba0b2e8808ce7938fe389a2 |
UHC | 弔렲而瓏㉢ | 11110000110000001000111010111111111011001011101111010110111010101010100010110011 | f0c08ebfecbbd6eaa8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)