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 | 潁??肄ф? | 100111111111000100111111001111111110001111100101100001001000011000111111 | 9ff13f3fe3e584863f |
EUC-JP | 潁??肄ф? | 110111101111001100111111001111111110011011100111101001111110011000111111 | def33f3fe6e7a7e63f |
UTF-8 | 潁뺤쉫肄ф썑 | 1110011010111101100000011110101110111010101001001110110010001001101010111110100010000010100001001101000110000100111011001000110110010001 | e6bd81ebbaa4ec89abe88284d184ec8d91 |
UHC | 潁뺤쉫肄ф썑 | 111001111011100010010101111011001001101010000101111011001011110110101100111001101001101110000100 | e7b895ec9a85ecbdace69b84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)