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 | 鴨??十 | 100010101001101100111111001111111000111101011100 | 8a9b3f3f8f5c |
EUC-JP | 鴨??十 | 101100111111101100111111001111111011110110111101 | b3fb3f3fbdbd |
UTF-8 | 鴨귦뢕十 | 111010011011010010101000111010101011011110100110111010111010001010010101111001011000110110000001 | e9b4a8eab7a6eba295e58d81 |
UHC | 鴨귦뢕十 | 1110010011100101100000101110110110001111010100001110010010101000 | e4e582ed8f50e4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)