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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裘臥ォ滔ァ | 1110010111100010100010011110011110101011100111111110101110100111 | e5e289e7ab9feba7 |
EUC-JP | 裘臥ォ滔ァ | 11101010111001001011001011101001100011101010101111011110111011011000111010100111 | eae4b2e98eabdeed8ea7 |
UTF-8 | 裘臥ォ滔ァ | 111010001010001110011000111010001000011110100101111011111011110110101011111001101011101110010100111011111011110110100111 | e8a398e887a5efbdabe6bb94efbda7 |
UHC | ?臥?滔? | 00111111111010001100001000111111110101001010010100111111 | 3fe8c23fd4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)