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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | ??±屋 | 001111110011111110000001011111011000100110101110 | 3f3f817d89ae |
EUC-JP | ??±屋 | 001111110011111110100001110111101011001010110000 | 3f3fa1deb2b0 |
UTF-8 | 醴덂±屋 | 1110111110100110101101111110101110001101100000101100001010110001111001011011000110001011 | efa6b7eb8d82c2b1e5b18b |
UHC | 醴덂±屋 | 1110011111100100100010001110010110100001101111101110100010101001 | e7e488e5a1bee8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)