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 | û»û»^ | 111110111011101110001111100100001111101110111011100011111001000001011110 | fbbb8f90fbbb8f905e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | û???û???^ | 10001111101010111110010100111111001111110011111110001111101010111110010100111111001111110011111101011110 | 8fabe53f3f3f8fabe53f3f3f5e |
UTF-8 | û»û»^ | 1100001110111011110000101011101111000010100011111100001010010000110000111011101111000010101110111100001010001111110000101001000001011110 | c3bbc2bbc28fc290c3bbc2bbc28fc2905e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)