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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蔕縁衆萬駈蒐 | 111001001111011010001001100011111000111101001111111001001101110110001011111011011000111101001110 | e4f6898f8f4fe4dd8bed8f4e |
EUC-JP | 蔕縁衆萬駈蒐 | 111010001111100010110001111011111011110110110000111010001101111110110110111011111011110110101111 | e8f8b1efbdb0e8dfb6efbdaf |
UTF-8 | 蔕縁衆萬駈蒐 | 111010001001010010010101111001111011100010000001111010001010000110000110111010001001000010101100111010011010011110001000111010001001001010010000 | e89495e7b881e8a186e890ace9a788e89290 |
UHC | ??衆萬?蒐 | 001111110011111111110001111010111101100010111111001111111110001010111101 | 3f3ff1ebd8bf3fe2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)