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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鐔順抄膩 | 1110100001011100100011111000011110001111101101001110010001010110 | e85c8f878fb4e456 |
EUC-JP | 鐔順抄膩 | 1110111110111101101111011110011110111110101101101110011110110111 | efbdbde7beb6e7b7 |
UTF-8 | 鐔順抄膩 | 111010011001000010010100111010011010000010000110111001101000101010000100111010001000011010101001 | e99094e9a086e68a84e886a9 |
UHC | ?順抄? | 001111111110001011110111111101001111110000111111 | 3fe2f7f4fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)