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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | チアア鈆アア猪 | 110000011011000110110001111110111100000110110001101100011111101101011110 | c1b1b1fbc1b1b1fb5e |
EUC-JP | チアア鈆アア? | 1000111011000001100011101011000110001110101100011000111111100011101111001000111010110001100011101011000100111111 | 8ec18eb18eb18fe3bc8eb18eb13f |
UTF-8 | チアア鈆アア猪 | 111011111011111010000001111011111011110110110001111011111011110110110001111010011000100010000110111011111011110110110001111011111011110110110001111011111010100010010110 | efbe81efbdb1efbdb1e98886efbdb1efbdb1efa896 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)