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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 儀?Р\ | 100010110101011000111111100001000101000101011100 | 8b563f84515c |
EUC-JP | 儀?Р\ | 101101011011011100111111101001111011001001011100 | b5b73fa7b25c |
UTF-8 | 儀붹Р\ | 111001011000010010000000111010111011011010111001110100001010000001011100 | e58480ebb6b9d0a05c |
UHC | 儀붹Р\ | 11101011111100001001010011100110101011001011001001011100 | ebf094e6acb25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)