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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裃≫損粮州 | 11100101110111111000000111100010100100011011100111100010111011001000111101000010 | e5df81e291b9e2ec8f42 |
EUC-JP | 裃≫損粮州 | 11101010111000011010001011100100110000101011101111100100111011101011110110100011 | eae1a2e4c2bbe4eebda3 |
UTF-8 | 裃≫損粮州 | 111010001010001110000011111000101000100110101011111001101001000010001101111001111011001010101110111001011011011110011110 | e8a383e289abe6908de7b2aee5b79e |
UHC | ?≫損粮州 | 001111111010000111101101111000011101111111010101110110111111000110110110 | 3fa1ede1dfd5dbf1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)