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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?脹???\ | 00111111100100101010111100111111001111110011111101011100 | 3f92af3f3f3f5c |
EUC-JP | ?脹???\ | 00111111110001001011000100111111001111110011111101011100 | 3fc4b13f3f3f5c |
UTF-8 | 뤋脹쭗샅렣\ | 11101011101001001000101111101000100001001011100111101100101011011001011111101100100000111000010111101011101000001010001101011100 | eba48be884b9ecad97ec8385eba0a35c |
UHC | 뤋脹쭗샅렣\ | 1000111110111011111100111110110010100111100011111011101111110100100011101011010001011100 | 8fbbf3eca78fbbf48eb45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)