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 | ȬȬ^ | 100100001011101110001110101010001001000010111011100011101010100001011110 | 90bb8ea890bb8ea85e |
SJIS-WIN | ???¨???¨^ | 0011111100111111001111111000000101001110001111110011111100111111100000010100111001011110 | 3f3f3f814e3f3f3f814e5e |
EUC-JP | ???¨???¨^ | 0011111100111111001111111010000110101111001111110011111100111111101000011010111101011110 | 3f3f3fa1af3f3f3fa1af5e |
UTF-8 | ȬȬ^ | 1100001010010000110000101011101111000010100011101100001010101000110000101001000011000010101110111100001010001110110000101010100001011110 | c290c2bbc28ec2a8c290c2bbc28ec2a85e |
UHC | ???¨???¨^ | 0011111100111111001111111010000110100111001111110011111100111111101000011010011101011110 | 3f3f3fa1a73f3f3fa1a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)