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 | 凋?慮?? | 10010010100111000011111110010111101101100011111100111111 | 929c3f97b63f3f |
EUC-JP | 凋?慮?? | 11000011111111000011111111001110101110000011111100111111 | c3fc3fceb83f3f |
UTF-8 | 凋닿慮麟렱 | 111001011000011110001011111010111000101110111111111001101000010110101110111011111010011110110011111010111010000010110001 | e5878beb8bbfe685aeefa7b3eba0b1 |
UHC | 凋닿慮麟렱 | 11110000101111011011010011101010110101011110011111101100111010001000111010111110 | f0bdb4ead5e7ece88ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)