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 | 迯廷聞寘帛ッ | 1110011110001101100100101110110010010101101101111111101010101001100110111110010110101111 | e78d92ec95b7faa99be5af |
EUC-JP | 迯廷聞寘帛ッ | 11101101111011011100010011101110110010101011100110001111101110101110000111010110111001111000111010101111 | ededc4eecab98fbae1d6e78eaf |
UTF-8 | 迯廷聞寘帛ッ | 111010001011111110101111111001011011101110110111111010001000000110011110111001011010111110011000111001011011100010011011111011111011110110101111 | e8bfafe5bbb7e8819ee5af98e5b89befbdaf |
UHC | ?廷聞?帛? | 001111111110111111010101110110101010010000111111110110111101100100111111 | 3fefd5daa43fdbd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)