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 | ?????Vm | 00111111001111110011111100111111001111110101011001101101 | 3f3f3f3f3f566d |
SJIS-WIN | 轤ュ蜊定∮Vm | 1110011110000010101011011110010110001101100100101110100010000111100100110101011001101101 | e782ade58d92e88793566d |
EUC-JP | 轤ュ蜊定?Vm | 1110110111100010100011101010110111101001111011011100010011101010001111110101011001101101 | ede28eade9edc4ea3f566d |
UTF-8 | 轤ュ蜊定∮Vm | 1110100010111101101001001110111110111101101011011110100010011100100010101110010110101110100110101110001010001000101011100101011001101101 | e8bda4efbdade89c8ae5ae9ae288ae566d |
UHC | ???定∮Vm | 001111110011111100111111111011111101001010100010101100010101011001101101 | 3f3f3fefd2a2b1566d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)