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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 瀇質h瀇質 | 111110110100111110001110101111110110100011111011010011111000111010111111 | fb4f8ebf68fb4f8ebf |
EUC-JP | 瀇質h瀇質 | 1000111111001001101011011011110011000001011010001000111111001001101011011011110011000001 | 8fc9adbcc1688fc9adbcc1 |
UTF-8 | 瀇質h瀇質 | 11100111100000001000011111101000101100111010101001101000111001111000000010000111111010001011001110101010 | e78087e8b3aa68e78087e8b3aa |
UHC | ?質h?質 | 00111111111100101111010101101000001111111111001011110101 | 3ff2f5683ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)