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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 障竡ウG | 100011111110000111100010100011101011001101000111 | 8fe1e28eb347 |
EUC-JP | 障竡ウG | 10111110111000111110001111101110100011101011001101000111 | bee3e3ee8eb347 |
UTF-8 | 障竡ウG | 11101001100110101001110011100111101010111010000111101111101111011011001101000111 | e99a9ce7aba1efbdb347 |
UHC | 障??G | 1110111010100001001111110011111101000111 | eea13f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)