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 | 闍」蜿キ譴 | 1110100010001011101000111110010110001111101101111110011010100010 | e88ba3e58fb7e6a2 |
EUC-JP | 闍」蜿キ譴 | 11101111111010111000111010100011111010011110111110001110101101111110110010100100 | efeb8ea3e9ef8eb7eca4 |
UTF-8 | 闍」蜿キ譴 | 111010011001011110001101111011111011110110100011111010001001110010111111111011111011110110110111111010001010110110110100 | e9978defbda3e89cbfefbdb7e8adb4 |
UHC | ????譴 | 001111110011111100111111001111111100110010111001 | 3f3f3f3fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)