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 | 壯∽?巍ワ? | 10011010111000011000000111100100001111111001101111011001100000111000111100111111 | 9ae181e43f9bd9838f3f |
EUC-JP | 壯∽?巍ワ? | 11010100111000111010001011100110001111111101011011011011101001011110111100111111 | d4e3a2e63fd6dba5ef3f |
UTF-8 | 壯∽풁巍ワ숯 | 111001011010001110101111111000101000100010111101111011011001001010000001111001011011011110001101111000111000001110101111111011001000100010101111 | e5a3afe288bded9281e5b78de383afec88af |
UHC | 壯∽풁巍ワ숯 | 111011011110000010100001111011111011111010001010111010001110010010101011111011111011110110100001 | ede0a1efbe8ae8e4abefbda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)