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 | ???筍□ | 00111111001111110011111111100010101000011000000110100000 | 3f3f3fe2a181a0 |
EUC-JP | ???筍□ | 00111111001111110011111111100100101000111010001010100010 | 3f3f3fe4a3a2a2 |
UTF-8 | 쒀롉뤚筍□ | 111011001001001010000000111010111010000110001001111010111010010010011010111001111010110110001101111000101001011010100001 | ec9280eba189eba49ae7ad8de296a1 |
UHC | 쒀롉뤚筍□ | 10111110101011001000111011001111100011111100100111100010111011001010000111100000 | beac8ecf8fc9e2eca1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)