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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 汚х┴熱? | 100010011001100010000100100001111000010010101000100101000100110100111111 | 8998848784a8944d3f |
EUC-JP | 汚х┴熱? | 101100011111100010100111111001111010100010101010110001111010111000111111 | b1f8a7e7a8aac7ae3f |
UTF-8 | 汚х┴熱풞 | 1110011010110001100110101101000110000101111000101001010010110100111001111000011010110001111011011001001010011110 | e6b19ad185e294b4e786b1ed929e |
UHC | 汚х┴熱풞 | 11100111111111011010110011100111101001101010101011100110111100001011111101000001 | e7fdace7a6aae6f0bf41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)