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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 燁?俄\ | 111110110101100100111111100010011110001001011100 | fb593f89e25c |
EUC-JP | 燁?俄\ | 10001111110010101011001100111111101100101110010001011100 | 8fcab33fb2e45c |
UTF-8 | 燁곤俄\ | 11100111100001111000000111101010101100111010010011100100101111111000010001011100 | e78781eab3a4e4bf845c |
UHC | 燁곤俄\ | 11100111101001111011000011101111111001001010110101011100 | e7a7b0efe4ad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)