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 | 逡瀧ェ | 1110011110010101100100011110101110101010 | e79591ebaa |
EUC-JP | 逡瀧ェ | 111011011111010111000010111011011000111010101010 | edf5c2ed8eaa |
UTF-8 | 逡瀧ェ | 111010011000000010100001111001111000000010100111111011111011110110101010 | e980a1e780a7efbdaa |
UHC | 逡瀧? | 1111000111100100110101101110100100111111 | f1e4d6e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)