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 | 隱們さ粡 | 1110100010101010100110001110110010000010101100111110001011100111 | e8aa98ec82b3e2e7 |
EUC-JP | 隱們さ粡 | 1111000010101100110100001110111010100100101101011110010011101001 | f0acd0eea4b5e4e9 |
UTF-8 | 隱們さ粡 | 111010011001101010110001111001011000000010010001111000111000000110010101111001111011001010100001 | e99ab1e58091e38195e7b2a1 |
UHC | 隱們さ? | 11101011110111111101100111111010101010101011010100111111 | ebdfd9faaab53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)