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 | 陋滓サ捺オ冽 | 11101000100110111001111111100110101110111001001111100110101101011001100101110111 | e89b9fe6bb93e6b59977 |
EUC-JP | 陋滓サ捺オ冽 | 111011111111101111011110111010001000111010111011110001101110100010001110101101011101000111011000 | effbdee88ebbc6e88eb5d1d8 |
UTF-8 | 陋滓サ捺オ冽 | 111010011001100110001011111001101011101110010011111011111011110110111011111001101000110110111010111011111011110110110101111001011000011010111101 | e9998be6bb93efbdbbe68dbaefbdb5e586bd |
UHC | 陋滓?捺?冽 | 11010111101100001110111010101011001111111101000111110100001111111101011010101001 | d7b0eeab3fd1f43fd6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)