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 | 雕オ雎撹雕 | 111010001011100010110101111010001011000110001010011010001110100010111000 | e8b8b5e8b18a68e8b8 |
EUC-JP | 雕オ雎撹雕 | 11110000101110101000111010110101111100001011001110110011110010011111000010111010 | f0ba8eb5f0b3b3c9f0ba |
UTF-8 | 雕オ雎撹雕 | 111010011001101110010101111011111011110110110101111010011001101110001110111001101001001010111001111010011001101110010101 | e99b95efbdb5e99b8ee692b9e99b95 |
UHC | 雕?雎?雕 | 1111000011100111001111111110111011010001001111111111000011100111 | f0e73feed13ff0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)