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 | ?る?泣ф? | 001111111000001011101001001111111000101110000011100001001000011000111111 | 3f82e93f8b8384863f |
EUC-JP | ?る?泣ф? | 001111111010010011101011001111111011010111100011101001111110011000111111 | 3fa4eb3fb5e3a7e63f |
UTF-8 | 閭る뵃泣ф뮄 | 1110111110100110100001101110001110000010100010111110101110110101100000111110011010110011101000111101000110000100111010111010111010000100 | efa686e3828bebb583e6b3a3d184ebae84 |
UHC | 閭る뵃泣ф뮄 | 111001101010110110101010111010111001010010001001111010111110100010101100111001101001001010010011 | e6adaaeb9489ebe8ace69293 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)