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 | 牋矗粨 | 111000001010111011100001110111101110001011101000 | e0aee1dee2e8 |
EUC-JP | 牋矗粨 | 111000001011000011100010111000001110010011101010 | e0b0e2e0e4ea |
UTF-8 | 牋矗粨 | 111001111000100110001011111001111001111110010111111001111011001010101000 | e7898be79f97e7b2a8 |
UHC | ?矗? | 00111111111101011011100000111111 | 3ff5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)