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 | 蟇ウ逡エ蓙玲 | 11100101101011111011001111100111100101011011010011100100111001101001011111100110 | e5afb3e795b4e4e697e6 |
EUC-JP | 蟇ウ逡エ蓙玲 | 111010101011000110001110101100111110110111110101100011101011010011101000111010001100111011101000 | eab18eb3edf58eb4e8e8cee8 |
UTF-8 | 蟇ウ逡エ蓙玲 | 111010001001111110000111111011111011110110110011111010011000000010100001111011111011110110110100111010001001001110011001111001111000111010110010 | e89f87efbdb3e980a1efbdb4e89399e78eb2 |
UHC | ??逡??玲 | 0011111100111111111100011110010000111111001111111101011010111100 | 3f3ff1e43f3fd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)