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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 犧剰ア | 1110000010111000100011111110100010110001 | e0b88fe8b1 |
EUC-JP | 犧剰ア | 111000001011101010111110111010101000111010110001 | e0babeea8eb1 |
UTF-8 | 犧剰ア | 111001111000101010100111111001011000100110110000111011111011110110110001 | e78aa7e589b0efbdb1 |
UHC | 犧?? | 11111101111110100011111100111111 | fdfa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)