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 | 紆往譽橈 | 1110001011111100100010011001110111100110101000111001111011110100 | e2fc899de6a39ef4 |
EUC-JP | 紆往譽橈 | 1110010011111110101100011111110111101100101001011101110011110110 | e4feb1fdeca5dcf6 |
UTF-8 | 紆往譽橈 | 111001111011010010000110111001011011111010000000111010001010110110111101111001101010100110001000 | e7b486e5be80e8adbde6a988 |
UHC | 紆往譽橈 | 1110100111100001111010001101100111100111111000101110100011111010 | e9e1e8d9e7e2e8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)