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 | 迥り造髻イ | 111001111000101010000010111010001001000110100010111010011001111110110010 | e78a82e891a2e99fb2 |
EUC-JP | 迥り造髻イ | 11101101111010101010010011101010110000101010010011110010101000011000111010110010 | edeaa4eac2a4f2a18eb2 |
UTF-8 | 迥り造髻イ | 111010001011111110100101111000111000001010001010111010011000000010100000111010011010101110111011111011111011110110110010 | e8bfa5e3828ae980a0e9abbbefbdb2 |
UHC | ?り造?? | 00111111101010101110101011110000111000110011111100111111 | 3faaeaf0e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)