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 | 俑?? | 10011000110110100011111100111111 | 98da3f3f |
EUC-JP | 俑?? | 11010000110111000011111100111111 | d0dc3f3f |
UTF-8 | 俑곤슛 | 111001001011111110010001111010101011001110100100111011001000101010011011 | e4bf91eab3a4ec8a9b |
UHC | 俑곤슛 | 111010011011010110110000111011111011110110111000 | e9b5b0efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)