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 | 臟??節?\ | 1110010001100110001111110011111110010000110111110011111101011100 | e4663f3f90df3f5c |
EUC-JP | 臟??節?\ | 1110011111000111001111110011111111000000111000010011111101011100 | e7c73f3fc0e13f5c |
UTF-8 | 臟놅풏節퉂\ | 11101000100001111001111111101011100001101000010111101101100100101000111111100111101011111000000011101101100010011000001001011100 | e8879feb8685ed928fe7af80ed89825c |
UHC | 臟놅풏節퉂\ | 1110110111110100100001101110111110111110100100111110111110111101101110010101000101011100 | edf486efbe93efbdb9515c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)