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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 樽測樽測^ | 100100100100110110010001101010101001001001001101100100011010101001011110 | 924d91aa924d91aa5e |
EUC-JP | 樽測樽測^ | 110000111010111011000010101011001100001110101110110000101010110001011110 | c3aec2acc3aec2ac5e |
UTF-8 | 樽測樽測^ | 11100110101010001011110111100110101110001010110011100110101010001011110111100110101110001010110001011110 | e6a8bde6b8ace6a8bde6b8ac5e |
UHC | 樽測樽測^ | 111100011101110011110110101101001111000111011100111101101011010001011110 | f1dcf6b4f1dcf6b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)