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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ツδ迎ツδ鶏^ | 1100001010000011110000101000110001111101110000101000001111000010100011000111101101011110 | c283c28c7dc283c28c7b5e |
EUC-JP | ツδ迎ツδ鶏^ | 10001110110000101010011011000100101101111101111010001110110000101010011011000100101101111101110001011110 | 8ec2a6c4b7de8ec2a6c4b7dc5e |
UTF-8 | ツδ迎ツδ鶏^ | 1110111110111110100000101100111010110100111010001011111110001110111011111011111010000010110011101011010011101001101101101000111101011110 | efbe82ceb4e8bf8eefbe82ceb4e9b68f5e |
UHC | ?δ迎?δ?^ | 00111111101001011110010011100111110010100011111110100101111001000011111101011110 | 3fa5e4e7ca3fa5e43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)