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 | ????? | 001111110011111110101101001111110011111100111111 | 3f3fad3f3f3f |
SJIS-WIN | 業??幼?? | 1000101111000110001111110011111110010111011000110011111100111111 | 8bc63f3f97633f3f |
EUC-JP | 業??幼?? | 1011011011001000001111110011111111001101110001000011111100111111 | b6c83f3fcdc43f3f |
UTF-8 | 業볥幼뽬녂 | 1110011010100101101011011110101110110011101001011100001010101101111001011011100110111100111010111011110110101100111010111000010110000010 | e6a5adebb3a5c2ade5b9bcebbdaceb8582 |
UHC | 業볥幼뽬녂 | 111001011111011010010011111010111010000110101001111010101110101010010110111010001000011010111010 | e5f693eba1a9eaea96e886ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)