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 | 捨雫 | 1111000010111111100011101100110011110011111011101000111010110100 | f0bf8eccf3ee8eb4 |
EUC-JP | ?捨?雫 | 001111111011110011001110001111111011110010110110 | 3fbcce3fbcb6 |
UTF-8 | 捨雫 | 111011101000000110111110111001101000110110101000111011101000101110100001111010011001101110101011 | ee81bee68da8ee8ba1e99bab |
UHC | ?捨?? | 0011111111011110110101110011111100111111 | 3fded73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)