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 | 七瑤雫 | 1111000011101100100011101011010111101010101000101000111010110100 | f0ec8eb5eaa28eb4 |
EUC-JP | ?七瑤雫 | 00111111101111001011011111110100101001001011110010110110 | 3fbcb7f4a4bcb6 |
UTF-8 | 七瑤雫 | 111011101000001010101011111001001011100010000011111001111001000110100100111010011001101110101011 | ee82abe4b883e791a4e99bab |
UHC | ?七瑤? | 001111111111011011010010111010001111110100111111 | 3ff6d2e8fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)