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 | 覲阪黄蔟 | 1110011001010010100011011110001110001001101010011110010011110101 | e6528de389a9e4f5 |
EUC-JP | 覲阪黄蔟 | 1110101110110011101110101110010110110010101010111110100011110111 | ebb3bae5b2abe8f7 |
UTF-8 | 覲阪黄蔟 | 111010001010011010110010111010011001100010101010111010011011101110000100111010001001010010011111 | e8a6b2e998aae9bb84e8949f |
UHC | 覲阪?? | 110100001100110011111000101000010011111100111111 | d0ccf8a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)