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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阡泌ョウ | 111010001001010010010100111001011010111010110011 | e89494e5aeb3 |
EUC-JP | 阡泌ョウ | 1110111111110100110010001110011110001110101011101000111010110011 | eff4c8e78eae8eb3 |
UTF-8 | 阡泌ョウ | 111010011001100010100001111001101011001110001100111011111011110110101110111011111011110110110011 | e998a1e6b38cefbdaeefbdb3 |
UHC | 阡泌?? | 111101001100011011111001101100100011111100111111 | f4c6f9b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)