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 | 愼?弔烽?? | 100111001100010000111111100100101010001011100000100000100011111100111111 | 9cc43f92a2e0823f3f |
EUC-JP | 愼?弔烽?? | 110110001100011000111111110001001010010011011111111000100011111100111111 | d8c63fc4a4dfe23f3f |
UTF-8 | 愼렟弔烽렟렱 | 111001101000010010111100111010111010000010011111111001011011110010010100111001111000001110111101111010111010000010011111111010111010000010110001 | e684bceba09fe5bc94e783bdeba09feba0b1 |
UHC | 愼렟弔烽렟렱 | 111000111110010110001110101100001111000011000000110111001110101110001110101100001000111010111110 | e3e58eb0f0c0dceb8eb08ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)