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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 幼?㎞ | 1001011101100011001111111000011101110001 | 97633f8771 |
EUC-JP | 幼?? | 11001101110001000011111100111111 | cdc43f3f |
UTF-8 | 幼싲㎞ | 111001011011100110111100111011001000101110110010111000111000111010011110 | e5b9bcec8bb2e38e9e |
UHC | 幼싲㎞ | 111010101110101010011010111010111010011110110000 | eaea9aeba7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)