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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 闇γ | 10001000110001011000001111000001 | 88c583c1 |
EUC-JP | 闇γ | 10110000110001111010011011000011 | b0c7a6c3 |
UTF-8 | 闇γ | 1110100110010111100001111100111010110011 | e99787ceb3 |
UHC | 闇γ | 11100100111000011010010111100011 | e4e1a5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)