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 | 鈺?┫徇 | 11111011110001000011111110000100101100101001110001101101 | fbc43f84b29c6d |
EUC-JP | 鈺?┫徇 | 1000111111100011110101010011111110101000101101001101011111001110 | 8fe3d53fa8b4d7ce |
UTF-8 | 鈺싮┫徇 | 111010011000100010111010111011001000101110101110111000101001010010101011111001011011111010000111 | e988baec8baee294abe5be87 |
UHC | 鈺싮┫徇 | 1110100010101101100110101110100110100110101101001110001011011111 | e8ad9ae9a6b4e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)