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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驩主ォ牙シエ | 111010011000100110001110111001011010101110001001111001011011110010110100 | e9898ee5ab89e5bcb4 |
EUC-JP | 驩主ォ牙シエ | 111100011110100110111100111001111000111010101011101100101110011110001110101111001000111010110100 | f1e9bce78eabb2e78ebc8eb4 |
UTF-8 | 驩主ォ牙シエ | 111010011010100110101001111001001011100010111011111011111011110110101011111001111000100110011001111011111011110110111100111011111011110110110100 | e9a9a9e4b8bbefbdabe78999efbdbcefbdb4 |
UHC | 驩主?牙?? | 111111001011111011110001101010110011111111100100101100110011111100111111 | fcbef1ab3fe4b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)