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 | 隴雅ク肥カ | 1110100010101101100010011110101110111000100101001110110010110110 | e8ad89ebb894ecb6 |
EUC-JP | 隴雅ク肥カ | 11110000101011111011001011101101100011101011100011001000111011101000111010110110 | f0afb2ed8eb8c8ee8eb6 |
UTF-8 | 隴雅ク肥カ | 111010011001101010110100111010011001101110000101111011111011110110111000111010001000001010100101111011111011110110110110 | e99ab4e99b85efbdb8e882a5efbdb6 |
UHC | ?雅?肥? | 00111111111001001011101000111111110111011111111000111111 | 3fe4ba3fddfe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)