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 | 愛▼?? | 100010001010010010000001101001010011111100111111 | 88a481a53f3f |
EUC-JP | 愛▼?? | 101100001010011010100010101001110011111100111111 | b0a6a2a73f3f |
UTF-8 | 愛▼꽒溜 | 111001101000010010011011111000101001011010111100111010101011110110010010111011111010011110001011 | e6849be296bceabd92efa78b |
UHC | 愛▼꽒溜 | 1110010011110001101000011110010110000100101000011110101011111110 | e4f1a1e584a1eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)