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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 治硝粮 | 1111010010100100100011101010000110001111110010011110001011101100 | f4a48ea18fc9e2ec |
EUC-JP | ?治硝粮 | 00111111101111001010001110111110110010111110010011101110 | 3fbca3becbe4ee |
UTF-8 | 治硝粮 | 111011101000110110010011111001101011001010111011111001111010000110011101111001111011001010101110 | ee8d93e6b2bbe7a19de7b2ae |
UHC | ?治硝粮 | 00111111111101101011110111110101101001101101010111011011 | 3ff6bdf5a6d5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)