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 | 螻銀跳 | 111001011011000110001011111000101001001010110101 | e5b18be292b5 |
EUC-JP | 螻銀跳 | 111010101011001110110110111001001100010010110111 | eab3b6e4c4b7 |
UTF-8 | 螻銀跳 | 111010001001111010111011111010011000101010000000111010001011011110110011 | e89ebbe98a80e8b7b3 |
UHC | ?銀跳 | 0011111111101011110111101101010010101111 | 3febded4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)