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 | 10010010010000111001001001001000011111010111011010010010010000111001001001001000011111010111011001000010 | 924392487d76924392487d7642 |
EUC-JP | 辰辿}v辰辿}vB | 11000011101001001100001110101001011111010111011011000011101001001100001110101001011111010111011001000010 | c3a4c3a97d76c3a4c3a97d7642 |
UTF-8 | 辰辿}v辰辿}vB | 1110100010111110101100001110100010111110101111110111110101110110111010001011111010110000111010001011111010111111011111010111011001000010 | e8beb0e8bebf7d76e8beb0e8bebf7d7642 |
UHC | 辰?}v辰?}vB | 1111001011100011001111110111110101110110111100101110001100111111011111010111011001000010 | f2e33f7d76f2e33f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)