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 | ???E?? | 001111110011111100111111010001010011111100111111 | 3f3f3f453f3f |
SJIS-WIN | 絶??E?? | 10010000111000100011111100111111010001010011111100111111 | 90e23f3f453f3f |
EUC-JP | 絶??E琰? | 110000001110010000111111001111110100010110001111110011001011010000111111 | c0e43f3f458fccb43f |
UTF-8 | 絶볩쉭E琰턌 | 11100111101101011011011011101011101100111010100111101100100010011010110101000101111001111001000010110000111011011000010010001100 | e7b5b6ebb3a9ec89ad45e790b0ed848c |
UHC | 絶볩쉭E琰턌 | 1110111110111110100100111110111110111101101011010100010111100110111111001011011001001000 | efbe93efbdad45e6fcb648 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)