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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ア゙ア゙^ | 1011000111011110101100011101111001011110 | b1deb1de5e |
EUC-JP | ア゙ア゙^ | 100011101011000110001110110111101000111010110001100011101101111001011110 | 8eb18ede8eb18ede5e |
UTF-8 | ア゙ア゙^ | 11101111101111011011000111101111101111101001111011101111101111011011000111101111101111101001111001011110 | efbdb1efbe9eefbdb1efbe9e5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)