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 | û§¥û^ | 11111011101001111010010111111011101011011001100101011110 | fba7a5fbad995e |
SJIS-WIN | ?§¥???^ | 001111111000000110011000100000011000111100111111001111110011111101011110 | 3f8198818f3f3f3f5e |
EUC-JP | û§?û??^ | 100011111010101111100101101000011111100000111111100011111010101111100101001111110011111101011110 | 8fabe5a1f83f8fabe53f3f5e |
UTF-8 | û§¥û^ | 11000011101110111100001010100111110000101010010111000011101110111100001010101101110000101001100101011110 | c3bbc2a7c2a5c3bbc2adc2995e |
UHC | ?§???^ | 001111111010000111010111001111110011111110100001101010010011111101011110 | 3fa1d73f3fa1a93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)