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 | ?賣譴ホ | 001111111110011011001100111001101010001011001110 | 3fe6cce6a2ce |
EUC-JP | 汛賣譴ホ | 100011111100011011011111111011001100111011101100101001001000111011001110 | 8fc6dfecceeca48ece |
UTF-8 | 汛賣譴ホ | 111001101011000110011011111010001011001110100011111010001010110110110100111011111011111010001110 | e6b19be8b3a3e8adb4efbe8e |
UHC | ?賣譴? | 001111111101100011100011110011001011100100111111 | 3fd8e3ccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)