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 | 隴雅ク肥怛 | 111010001010110110001001111010111011100010010100111011001001110010000101 | e8ad89ebb894ec9c85 |
EUC-JP | 隴雅ク肥怛 | 11110000101011111011001011101101100011101011100011001000111011101101011111100101 | f0afb2ed8eb8c8eed7e5 |
UTF-8 | 隴雅ク肥怛 | 111010011001101010110100111010011001101110000101111011111011110110111000111010001000001010100101111001101000000010011011 | e99ab4e99b85efbdb8e882a5e6809b |
UHC | ?雅?肥? | 00111111111001001011101000111111110111011111111000111111 | 3fe4ba3fddfe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)