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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閻ォ雋喜ィ | 1110100010000101101010111110100010110010100010101110110010101000 | e885abe8b28aeca8 |
EUC-JP | 閻ォ雋喜ィ | 11101111111001011000111010101011111100001011010010110100111011101000111010101000 | efe58eabf0b4b4ee8ea8 |
UTF-8 | 閻ォ雋喜ィ | 111010011001011010111011111011111011110110101011111010011001101110001011111001011001011010011100111011111011110110101000 | e996bbefbdabe99b8be5969cefbda8 |
UHC | 閻?雋喜? | 1110011110100010001111111111000111100110111111011110110000111111 | e7a23ff1e6fdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)