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 | 羝悟ぞ | 111000111011011010001100111001011000001010111100 | e3b68ce582bc |
EUC-JP | 羝悟ぞ | 111001101011100010111000111001111010010010111110 | e6b8b8e7a4be |
UTF-8 | 羝悟ぞ | 111001111011111010011101111001101000001010011111111000111000000110011110 | e7be9de6829fe3819e |
UHC | ?悟ぞ | 0011111111100111111101101010101010111110 | 3fe7f6aabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)