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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 憂鯊}v憂鯊}vB | 10010111010010101110100111000000011111010111011010010111010010101110100111000000011111010111011001000010 | 974ae9c07d76974ae9c07d7642 |
EUC-JP | 憂鯊}v憂鯊}vB | 11001101101010111111001011000010011111010111011011001101101010111111001011000010011111010111011001000010 | cdabf2c27d76cdabf2c27d7642 |
UTF-8 | 憂鯊}v憂鯊}vB | 1110011010000110100000101110100110101111100010100111110101110110111001101000011010000010111010011010111110001010011111010111011001000010 | e68682e9af8a7d76e68682e9af8a7d7642 |
UHC | 憂?}v憂?}vB | 1110100111011000001111110111110101110110111010011101100000111111011111010111011001000010 | e9d83f7d76e9d83f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)