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 | 阮ィ邨イ | 111010001001011010101000111001111011010110110010 | e896a8e7b5b2 |
EUC-JP | 阮ィ邨イ | 1110111111110110100011101010100011101110101101111000111010110010 | eff68ea8eeb78eb2 |
UTF-8 | 阮ィ邨イ | 111010011001100010101110111011111011110110101000111010011000001010101000111011111011110110110010 | e998aeefbda8e982a8efbdb2 |
UHC | 阮?邨? | 111010001101011000111111111101011011111000111111 | e8d63ff5be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)