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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 式鴦シ醴シ | 11110010101011011000111010101110111010011111000110111100111001111101001010111100 | f2ad8eaee9f1bce7d2bc |
EUC-JP | ?式鴦シ醴シ | 0011111110111100101100001111001011110011100011101011110011101110110101001000111010111100 | 3fbcb0f2f38ebceed48ebc |
UTF-8 | 式鴦シ醴シ | 111011101000011110100100111001011011110010001111111010011011010010100110111011111011110110111100111010011000011010110100111011111011110110111100 | ee87a4e5bc8fe9b4a6efbdbce986b4efbdbc |
UHC | ?式鴦?醴? | 001111111110001111010010111001001110110000111111110101101100101000111111 | 3fe3d2e4ec3fd6ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)