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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 奬班? | 1001101011111011100101001100011100111111 | 9afb94c73f |
EUC-JP | 奬班? | 1101010011111101110010001100100100111111 | d4fdc8c93f |
UTF-8 | 奬班렩 | 111001011010010110101100111001111000111110101101111010111010000010101001 | e5a5ace78fadeba0a9 |
UHC | 奬班렩 | 111011011110000111011010111011001000111010110111 | ede1daec8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)