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 | 幼쎈맑 | 111001011011100110111100111011001000111010001000111010111010011110010001 | e5b9bcec8e88eba791 |
UHC | 幼쎈맑 | 111010101110101010111101111010111011100010111100 | eaeabdebb8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)