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 | 屡雫 | 1111001011101000100011101100011011110010101100101000111010110100 | f2e88ec6f2b28eb4 |
EUC-JP | ?屡?雫 | 001111111011110011001000001111111011110010110110 | 3fbcc83fbcb6 |
UTF-8 | 屡雫 | 111011101000100010011111111001011011000110100001111011101000011110101001111010011001101110101011 | ee889fe5b1a1ee87a9e99bab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)