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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???唯?B | 00111111001111110011111110010111010000100011111101000010 | 3f3f3f97423f42 |
EUC-JP | ???唯?B | 00111111001111110011111111001101101000110011111101000010 | 3f3f3fcda33f42 |
UTF-8 | 捻뚭엽唯랰B | 11101111101001101010010011101011100110101010110111101100100101111011110111100101100101001010111111101011100111101011000001000010 | efa6a4eb9aadec97bde594afeb9eb042 |
UHC | 捻뚭엽唯랰B | 1110011011110111100011001110101010111111101100011110101011100110100011100100110001000010 | e6f78ceabfb1eae68e4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)