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 | ¾º¨Í¹\ | 101111101011101010001110101010001000111011001101100011101011100101011100 | beba8ea88ecd8eb95c |
SJIS-WIN | ???¨????\ | 00111111001111110011111110000001010011100011111100111111001111110011111101011100 | 3f3f3f814e3f3f3f3f5c |
EUC-JP | ?º?¨?Í??\ | 0011111110001111101000101110101100111111101000011010111100111111100011111010101010111111001111110011111101011100 | 3f8fa2eb3fa1af3f8faabf3f3f5c |
UTF-8 | ¾º¨Í¹\ | 1100001010111110110000101011101011000010100011101100001010101000110000101000111011000011100011011100001010001110110000101011100101011100 | c2bec2bac28ec2a8c28ec38dc28ec2b95c |
UHC | ¾º?¨???¹\ | 10101000111110101010100010101100001111111010000110100111001111110011111100111111101010011111011001011100 | a8faa8ac3fa1a73f3f3fa9f65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)