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 | 鞴ォ閭幄 | 11101000111001001010101111101000100000111001101111101000 | e8e4abe8839be8 |
EUC-JP | 鞴ォ閭幄 | 1111000011100110100011101010101111101111111000111101011011101010 | f0e68eabefe3d6ea |
UTF-8 | 鞴ォ閭幄 | 111010011001111010110100111011111011110110101011111010011001011010101101111001011011100110000100 | e99eb4efbdabe996ade5b984 |
UHC | ??閭幄 | 001111110011111111010101111011111110010011000001 | 3f3fd5efe4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)