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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 源?o?逑^ | 100011001011100100111111100000101000111100111111111001111001001101011110 | 8cb93f828f3fe7935e |
EUC-JP | 源?o邕逑^ | 1011100010111011001111111010001111101111100011111110000111101101111011011111001101011110 | b8bb3fa3ef8fe1ededf35e |
UTF-8 | 源장o邕逑^ | 11100110101110101001000011101100100111101010010111101111101111011000111111101001100000101001010111101001100000001001000101011110 | e6ba90ec9ea5efbd8fe98295e980915e |
UHC | 源장o邕逑^ | 1110101010111001110000001110010110100011111011111110100010111011110011111100011101011110 | eab9c0e5a3efe8bbcfc75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)