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 | ⅷ鴫裙悉 | 1111101001000111100011101011000011100101111000111000111010111011 | fa478eb0e5e38ebb |
EUC-JP | ?鴫裙悉 | 00111111101111001011001011101010111001011011110010111101 | 3fbcb2eae5bcbd |
UTF-8 | ⅷ鴫裙悉 | 111000101000010110110111111010011011010010101011111010001010001110011001111001101000001010001001 | e285b7e9b4abe8a399e68289 |
UHC | ⅷ?裙悉 | 10100101101010000011111111001111110110011110001111111010 | a5a83fcfd9e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)