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 | ?る?飮?? | 0011111110000010111010010011111110011111010110100011111100111111 | 3f82e93f9f5a3f3f |
EUC-JP | ?る?飮?? | 0011111110100100111010110011111111011101101110110011111100111111 | 3fa4eb3fddbb3f3f |
UTF-8 | 閭る뵃飮닸썫 | 111011111010011010000110111000111000001010001011111010111011010110000011111010011010001110101110111010111000101110111000111011001000110110101011 | efa686e3828bebb583e9a3aeeb8bb8ec8dab |
UHC | 閭る뵃飮닸썫 | 111001101010110110101010111010111001010010001001111010111110011010110100111001101001101110011100 | e6adaaeb9489ebe6b4e69b9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)