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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牋矗粨犲 | 1110000010101110111000011101111011100010111010001110000010111010 | e0aee1dee2e8e0ba |
EUC-JP | 牋矗粨犲 | 1110000010110000111000101110000011100100111010101110000010111100 | e0b0e2e0e4eae0bc |
UTF-8 | 牋矗粨犲 | 111001111000100110001011111001111001111110010111111001111011001010101000111001111000101010110010 | e7898be79f97e7b2a8e78ab2 |
UHC | ?矗?? | 0011111111110101101110000011111100111111 | 3ff5b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)