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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篳踵篳蹊 | 1110001011001000111001101111100111100010110010001110011011111100 | e2c8e6f9e2c8e6fc |
EUC-JP | 篳踵篳蹊 | 1110010011001010111011001111101111100100110010101110110011111110 | e4caecfbe4caecfe |
UTF-8 | 篳踵篳蹊 | 111001111010111110110011111010001011100010110101111001111010111110110011111010001011100110001010 | e7afb3e8b8b5e7afb3e8b98a |
UHC | ?踵?蹊 | 001111111111000110100010001111111111101110110111 | 3ff1a23ffbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)