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 | 至?弔烽?? | 100011101000101000111111100100101010001011100000100000100011111100111111 | 8e8a3f92a2e0823f3f |
EUC-JP | 至?弔烽?? | 101110111110101000111111110001001010010011011111111000100011111100111111 | bbea3fc4a4dfe23f3f |
UTF-8 | 至렞弔烽렧렞 | 111010001000011110110011111010111010000010011110111001011011110010010100111001111000001110111101111010111010000010100111111010111010000010011110 | e887b3eba09ee5bc94e783bdeba0a7eba09e |
UHC | 至렞弔烽렧렞 | 111100101011100010001110101011111111000011000000110111001110101110001110101101101000111010101111 | f2b88eaff0c0dceb8eb68eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)