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 | 矗矍矍 | 111000011101111011100001110111011110000111011101 | e1dee1dde1dd |
EUC-JP | 矗矍矍 | 111000101110000011100010110111111110001011011111 | e2e0e2dfe2df |
UTF-8 | 矗矍矍 | 111001111001111110010111111001111001111110001101111001111001111110001101 | e79f97e79f8de79f8d |
UHC | 矗?? | 11110101101110000011111100111111 | f5b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)