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 | ??曝?? | 001111110011111110010100100110000011111100111111 | 3f3f94983f3f |
EUC-JP | ??曝?? | 001111110011111111000111111110000011111100111111 | 3f3fc7f83f3f |
UTF-8 | 룵끼曝㈛룫 | 111010111010001110110101111010111000000110111100111001101001101110011101111000111000100010011011111010111010001110101011 | eba3b5eb81bce69b9de3889beba3ab |
UHC | 룵끼曝㈛룫 | 10001111101010101011001110100010111110001110110110101001110011001000111110100010 | 8faab3a2f8eda9cc8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)