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 | 艫磯逢褄 | 1110010010000011100010001110100110001000101001111110010111101011 | e48388e988a7e5eb |
EUC-JP | 艫磯逢褄 | 1110011111100011101100001110101110110000101010011110101011101101 | e7e3b0ebb0a9eaed |
UTF-8 | 艫磯逢褄 | 111010001000100110101011111001111010001110101111111010011000000010100010111010001010010010000100 | e889abe7a3afe980a2e8a484 |
UHC | ?磯逢? | 001111111101000110110100110111001111000100111111 | 3fd1b4dcf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)