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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 依??榮?? | 1000100011001011001111110011111110011110110001000011111100111111 | 88cb3f3f9ec43f3f |
EUC-JP | 依??榮?? | 1011000011001101001111110011111111011100110001100011111100111111 | b0cd3f3fdcc63f3f |
UTF-8 | 依쏆맀榮놁댆 | 111001001011111010011101111011001000111110000110111010111010011110000000111001101010011010101110111010111000011010000001111010111000110010000110 | e4be9dec8f86eba780e6a6aeeb8681eb8c86 |
UHC | 依쏆맀榮놁댆 | 111010111110111010011011111011001001000010011011111001111011010010000110111011001000100010110000 | ebee9bec909be7b486ec88b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)