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 | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
SJIS-WIN | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
EUC-JP | ???^???^ | 0011111100111111001111110101111000111111001111110011111101011110 | 3f3f3f5e3f3f3f5e |
UTF-8 | 삯훗┟^삯훗┟^ | 1110110010000010101011111110110110011011100101111110001010010100100111110101111011101100100000101010111111101101100110111001011111100010100101001001111101011110 | ec82afed9b97e2949f5eec82afed9b97e2949f5e |
UHC | 삯훗┟^삯훗┟^ | 1011101111101001110010001100101010100110110010100101111010111011111010011100100011001010101001101100101001011110 | bbe9c8caa6ca5ebbe9c8caa6ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)