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 | 瞳??夫 | 100100111011010100111111001111111001010101110110 | 93b53f3f9576 |
EUC-JP | 瞳??夫 | 110001101011011100111111001111111100100111010111 | c6b73f3fc9d7 |
UTF-8 | 瞳뤅濫夫 | 111001111001111010110011111010111010010010000101111011111010010010100010111001011010010010101011 | e79eb3eba485efa4a2e5a4ab |
UHC | 瞳뤅濫夫 | 1101010011011010100011111011010111010001111110101101110011111101 | d4da8fb5d1fadcfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)