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 | 掌∽?絶? | 1000111110110110100000011110010000111111100100001110001000111111 | 8fb681e43f90e23f |
EUC-JP | 掌∽?絶? | 1011111010111000101000101110011000111111110000001110010000111111 | beb8a2e63fc0e43f |
UTF-8 | 掌∽풛絶뾥 | 111001101000111010001100111000101000100010111101111011011001001010011011111001111011010110110110111010111011111010100101 | e68e8ce288bded929be7b5b6ebbea5 |
UHC | 掌∽풛絶뾥 | 11101101111001101010000111101111101111101001111011101111101111101001011101101000 | ede6a1efbe9eefbe9768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)