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 | ??v] | 00111111001111110111011001011101 | 3f3f765d |
SJIS-WIN | ??v] | 00111111001111110111011001011101 | 3f3f765d |
EUC-JP | ??v] | 00111111001111110111011001011101 | 3f3f765d |
UTF-8 | 혷쨋v] | 1110110110011000101101111110110010101000100010110111011001011101 | ed98b7eca88b765d |
UHC | 혷쨋v] | 110000101001111011000010101101100111011001011101 | c29ec2b6765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)