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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繒??遠 | 111110111000111100111111001111111000100110010011 | fb8f3f3f8993 |
EUC-JP | 繒??遠 | 10001111110101001101010000111111001111111011000111110011 | 8fd4d43f3fb1f3 |
UTF-8 | 繒ㅷ狼遠 | 111001111011100110010010111000111000010110110111111011111010010010101011111010011000000110100000 | e7b992e385b7efa4abe981a0 |
UHC | 繒ㅷ狼遠 | 1111000111111001101001001110011111010010101010101110101011000000 | f1f9a4e7d2aaeac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)