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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譽?瘟 | 1110011010100011001111111110000110001001 | e6a33fe189 |
EUC-JP | 譽?瘟 | 1110110010100101001111111110000111101001 | eca53fe1e9 |
UTF-8 | 譽켥瘟 | 111010001010110110111101111011001011110010100101111001111001100010011111 | e8adbdecbca5e7989f |
UHC | 譽켥瘟 | 111001111110001010110001011000011110100010110000 | e7e2b161e8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)