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 | 幼?? | 10010111011000110011111100111111 | 97633f3f |
EUC-JP | 幼?? | 11001101110001000011111100111111 | cdc43f3f |
UTF-8 | 幼잙㈄ | 111001011011100110111100111011001001111010011001111000111000100010000100 | e5b9bcec9e99e38884 |
UHC | 幼잙㈄ | 111010101110101010011111111010111010100110110101 | eaea9feba9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)