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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 箏篩? | 1110001010110101111000101011111100111111 | e2b5e2bf3f |
EUC-JP | 箏篩? | 1110010010110111111001001100000100111111 | e4b7e4c13f |
UTF-8 | 箏篩욱 | 111001111010111010001111111001111010111110101001111011001001101010110001 | e7ae8fe7afa9ec9ab1 |
UHC | 箏篩욱 | 111011101011010011011110111010001011111111101101 | eeb4dee8bfed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)