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 | 蒸??倚 | 100011111111011000111111001111111001100011011111 | 8ff63f3f98df |
EUC-JP | 蒸??倚 | 101111101111100000111111001111111101000011100001 | bef83f3fd0e1 |
UTF-8 | 蒸渴껌倚 | 111010001001001010111000111001101011100010110100111010101011101110001100111001011000000010011010 | e892b8e6b8b4eabb8ce5809a |
UHC | 蒸渴껌倚 | 1111000111111010110010101110010010110010101011011110101111101111 | f1facae4b2adebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)