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 | ??AC??AC^ | 001111110011111101000001010000110011111100111111010000010100001101011110 | 3f3f41433f3f41435e |
SJIS-WIN | ?}AC?}AC^ | 0011111110000001011100000100000101000011001111111000000101110000010000010100001101011110 | 3f817041433f817041435e |
EUC-JP | ?}AC?}AC^ | 0011111110100001110100010100000101000011001111111010000111010001010000010100001101011110 | 3fa1d141433fa1d141435e |
UTF-8 | 룵}AC룵}AC^ | 1110101110100011101101011110111110111101100111010100000101000011111010111010001110110101111011111011110110011101010000010100001101011110 | eba3b5efbd9d4143eba3b5efbd9d41435e |
UHC | 룵}AC룵}AC^ | 10001111101010101010001111111101010000010100001110001111101010101010001111111101010000010100001101011110 | 8faaa3fd41438faaa3fd41435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)