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 | 辰束脱村^ | 100100100100001110010001101010011001001001000101100100011011101001011110 | 924391a9924591ba5e |
EUC-JP | 辰束脱村^ | 110000111010010011000010101010111100001110100110110000101011110001011110 | c3a4c2abc3a6c2bc5e |
UTF-8 | 辰束脱村^ | 11101000101111101011000011100110100111011001111111101000100001001011000111100110100111011001000101011110 | e8beb0e69d9fe884b1e69d915e |
UHC | 辰束?村^ | 1111001011100011111000011101011000111111111101011011110101011110 | f2e3e1d63ff5bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)