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 | 遑エ賰 | 1110011110100001101101001111101110101101 | e7a1b4fbad |
EUC-JP | 遑エ賰 | 11101110101000111000111010110100100011111101111110111001 | eea38eb48fdfb9 |
UTF-8 | 遑エ賰 | 111010011000000110010001111011111011110110110100111010001011001110110000 | e98191efbdb4e8b3b0 |
UHC | 遑?? | 11111100110110100011111100111111 | fcda3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)