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 | ?診??^ | 001111111001000001100110001111110011111101011110 | 3f90663f3f5e |
EUC-JP | ?診?蔯^ | 0011111110111111110001110011111110001111110110011011110001011110 | 3fbfc73f8fd9bc5e |
UTF-8 | 솜診솜蔯^ | 11101100100001101001110011101000101010001011101011101100100001101001110011101000100101001010111101011110 | ec869ce8a8baec869ce894af5e |
UHC | 솜診솜蔯^ | 101111001101100011110010111000001011110011011000111100101101111001011110 | bcd8f2e0bcd8f2de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)