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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 芟窮サ] | 111001001000110010001011100001111011101101011101 | e48c8b87bb5d |
EUC-JP | 芟窮サ] | 11100111111011001011010111100111100011101011101101011101 | e7ecb5e78ebb5d |
UTF-8 | 芟窮サ] | 11101000100010101001111111100111101010101010111011101111101111011011101101011101 | e88a9fe7aaaeefbdbb5d |
UHC | 芟窮?] | 110111111011011111001111111000110011111101011101 | dfb7cfe33f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)