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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 翁??釉ュ? | 100010011010010100111111001111111110011111010110100000111000010100111111 | 89a53f3fe7d683853f |
EUC-JP | 翁??釉ュ? | 101100101010011100111111001111111110111011011000101001011110010100111111 | b2a73f3feed8a5e53f |
UTF-8 | 翁띾뀞釉ュ엩 | 111001111011111110000001111010111001110110111110111010111000000010011110111010011000011110001001111000111000001110100101111011001001011110101001 | e7bf81eb9dbeeb809ee98789e383a5ec97a9 |
UHC | 翁띾뀞釉ュ엩 | 111010001011101010001101111010111000010110010101111010111011100010101011111001011001111010000010 | e8ba8deb8595ebb8abe59e82 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)