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 | 凋?蔚?? | 10010010100111000011111110001001010101010011111100111111 | 929c3f89553f3f |
EUC-JP | 凋?蔚?? | 11000011111111000011111110110001101101100011111100111111 | c3fc3fb1b63f3f |
UTF-8 | 凋롚蔚吳렮 | 111001011000011110001011111010111010000110011010111010001001010010011010111001011001000010110011111010111010000010101110 | e5878beba19ae8949ae590b3eba0ae |
UHC | 凋롚蔚吳렮 | 11110000101111011000111011011110111010101010010111100111111011111000111010111011 | f0bd8edeeaa5e7ef8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)