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 | 幼좊룥 | 111001011011100110111100111011001010001010001010111010111010001110100101 | e5b9bceca28aeba3a5 |
UHC | 幼좊룥 | 111010101110101010100000111010111000111110011110 | eaeaa0eb8f9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)