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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 樽属辰足K | 100100100100110110010001101011101001001001000011100100011010101101001011 | 924d91ae924391ab4b |
EUC-JP | 樽属辰足K | 110000111010111011000010101100001100001110100100110000101010110101001011 | c3aec2b0c3a4c2ad4b |
UTF-8 | 樽属辰足K | 11100110101010001011110111100101101100011001111011101000101111101011000011101000101101101011001101001011 | e6a8bde5b19ee8beb0e8b6b34b |
UHC | 樽?辰足K | 1111000111011100001111111111001011100011111100001110101101001011 | f1dc3ff2e3f0eb4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)