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 | 畯??胡 | 111110110110111100111111001111111000110011010011 | fb6f3f3f8cd3 |
EUC-JP | 畯??胡 | 10001111110011011011101100111111001111111011100011010101 | 8fcdbb3f3fb8d5 |
UTF-8 | 畯꿜갖胡 | 111001111001010110101111111010101011111110011100111010101011000010010110111010001000001110100001 | e795afeabf9ceab096e883a1 |
UHC | 畯꿜갖胡 | 1111000111100001101100101110010010110000101011101111101111010111 | f1e1b2e4b0aefbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)