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 | 儀?? | 10001011010101100011111100111111 | 8b563f3f |
EUC-JP | 儀?ł | 101101011011011100111111100011111010100111001000 | b5b73f8fa9c8 |
UTF-8 | 儀붺ł | 1110010110000100100000001110101110110110101110101100010110000010 | e58480ebb6bac582 |
UHC | 儀붺ł | 111010111111000010010100111001111010100110101001 | ebf094e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)