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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 〓???ご | 10000001101011000011111100111111001111111000001010110010 | 81ac3f3f3f82b2 |
EUC-JP | 〓???ご | 10100010101011100011111100111111001111111010010010110100 | a2ae3f3f3fa4b4 |
UTF-8 | 〓∼룴컦ご | 111000111000000010010011111000101000100010111100111010111010001110110100111011001011101110100110111000111000000110010100 | e38093e288bceba3b4ecbba6e38194 |
UHC | 〓∼룴컦ご | 10100001111010111010000110101101100011111010100110110000100011111010101010110100 | a1eba1ad8fa9b08faab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)